Click or drag to resize
AB4D logo

SphereVisual3D Properties

The SphereVisual3D type exposes the following members.

Properties
 NameDescription
Public propertyCenterPosition Gets or sets the sphere center position
Public propertyFreezeMeshGeometry3D Gets or sets a Boolean that specifies if the Sphere's MeshGeometry3D is frozen. This can greatly improve performance when many SphereVisual3D objects are generated. It is recommended that this property is set before other properties. The default value is true.
Public propertyRadius Gets or sets the radius of the sphere
Public propertySegments Gets or sets the number of segments that define the sphere
Public propertyUseCachedMeshGeometry3D Gets or sets a boolean that specifies if cached MeshGeometry3D is used to create the Model3D. In that case the position and radius of the Model3D is specified by using transformations on the cached mesh. If false then a new MeshGeometry3D is created for every SphereVisual3D.
Top
See Also