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