radius property
radius property
Gets or sets the radius of the sphere.
Definition:
@property
def radius(self):
...
@radius.setter
def radius(self, value):
...
See Also
- module
aspose.threed.entities
- class
Sphere
Gets or sets the radius of the sphere.
@property
def radius(self):
...
@radius.setter
def radius(self, value):
...
aspose.threed.entities
Sphere