Implements the SpherePrimitive, which produces tessellated geometry in the form of a sphere.
Class registration and implementation information is as follows:
Category | Documentation |
---|---|
Implementation | C++ |
Module | Plugin-Domain-Parametric |
Class Hierarchy | Node » Modifier » SpherePrimitive |
Data Interface Name | SphereGeometryModifier |
Type Status | Active |
Is Final Type | Yes |
Properties are as follows:
Property | Documentation |
---|---|
Center X | Sets the sphere's center position on the X axis in world coordinates. |
Center Y | Sets the sphere's center position on the Y axis in world coordinates. |
Center Z | Sets the sphere's center position on the Z axis in world coordinates. |
Radius | Sets the sphere's radius in world coordinates. |
Material | Links the modifier to a <Material>. This applies the <Material> to all the faces in the sphere. |
Longitude Resolution | Sets the sphere's tessellation around its equator. |
Latitude Resolution | Sets the sphere's tessellation from its south pole to its north pole. |
Triangulate | Determines whether or not the sphere's triangle edges are hidden. |
Apply Texture Modifier | Determines whether or not the sphere is used to project texture coordinates. |
Start Longitude Texture | This parameter sets the starting texture wrap position around the sphere from east-to-west. |
Start Latitude Texture | This parameter sets the starting texture wrap along the sphere from south-to-north. |
End Longitude Texture | This parameter sets the ending texture wrap position around the sphere from east-to-west. |
End Latitude Texture | This parameter sets the ending texture wrap along the sphere from south-to-north. |
Properties are as follows:
Property | Documentation |
---|---|
Enabled | Determines whether or not the modifier is enabled. |
Properties are as follows:
Property | Documentation |
---|---|
Name | Sets orthe name of the node. Do not use / or \ [forward slash and backslash] in the node name as this produces conflicts with resolving link nodes that reference external files. |
Class | Sets the class of the node. |
ID | Sets the ID of the node. This must be unique for each document, but different documents can use the same ID. |
Import Disabled | Determines whether or not the node is imported during an import process such as when nodes are imported from a template during document creation. Note that this flag is mostly in Simdify Scripting language. |
Export Disabled | Determines whether or not the node is exported during an export process, or possibly other purposes. This flag is set to No and current Simdify exporters ignore it (but it can be very useful if you need to modify the exporters). |
Guid | Enumerates the Node's GUID. |