height property
height property
Gets or sets the view plane’s height measured in inches
Definition:
@property
def height(self):
...
@height.setter
def height(self, value):
...
See Also
- module
aspose.threed.entities
- class
Camera
Gets or sets the view plane’s height measured in inches
@property
def height(self):
...
@height.setter
def height(self, value):
...
aspose.threed.entities
Camera