<SpherePrimitive>

Implements the SpherePrimitive, which produces tessellated geometry in the form of a sphere.

Registration

Class registration and implementation information is as follows:

Category Documentation
ImplementationC++
ModulePlugin-Domain-Parametric
Class HierarchyNode » Modifier » SpherePrimitive
Data Interface NameSphereGeometryModifier
Type StatusActive
Is Final TypeYes

<SpherePrimitive> Properties

Properties are as follows:

Property Documentation
Center XSets the sphere's center position on the X axis in world coordinates.
Center YSets the sphere's center position on the Y axis in world coordinates.
Center ZSets the sphere's center position on the Z axis in world coordinates.
RadiusSets the sphere's radius in world coordinates.
MaterialLinks the modifier to a <Material>. This applies the <Material> to all the faces in the sphere.
Longitude ResolutionSets the sphere's tessellation around its equator.
Latitude ResolutionSets the sphere's tessellation from its south pole to its north pole.
TriangulateDetermines whether or not the sphere's triangle edges are hidden.
Apply Texture ModifierDetermines whether or not the sphere is used to project texture coordinates.
Start Longitude TextureThis parameter sets the starting texture wrap position around the sphere from east-to-west.
Start Latitude TextureThis parameter sets the starting texture wrap along the sphere from south-to-north.
End Longitude TextureThis parameter sets the ending texture wrap position around the sphere from east-to-west.
End Latitude TextureThis parameter sets the ending texture wrap along the sphere from south-to-north.

<Modifier> Properties

Properties are as follows:

Property Documentation
EnabledDetermines whether or not the modifier is enabled.

<Node> Properties

Properties are as follows:

Property Documentation
NameSets the 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.
ClassSets the class of the node.
IDSets the ID of the node. This must be unique for each document, but different documents can use the same ID.
Export DisabledDetermines whether or not the node is exported during an export process, or possibly other purposes.
GuidEnumerates the Node's GUID.