GeometryTransform Property (Sphere3D)
In This Topic
Gets the transformation that is applied to the geometry of the shape.
Syntax
'Declaration
Public Overridable ReadOnly Property GeometryTransform As Transform
'Usage
Dim instance As Sphere3D
Dim value As Transform
value = instance.GeometryTransform
public virtual Transform GeometryTransform {get;}
See Also