Sphere |
The SphereVisual3D type exposes the following members.
Name | Description | |
---|---|---|
CenterPosition | Gets or sets the sphere center position | |
FreezeMeshGeometry3D | 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. | |
Radius | Gets or sets the radius of the sphere | |
Segments | Gets or sets the number of segments that define the sphere | |
UseCachedMeshGeometry3D | 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. |