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