ObserverPoint.ObserverPoint
ObserverPoint()
Initializes a new instance of the ObserverPoint
class with default rotation angles.
public ObserverPoint()
See Also
- class ObserverPoint
- namespace Aspose.CAD.FileFormats
- assembly Aspose.CAD
ObserverPoint(float, float, float)
Initializes a new instance of the ObserverPoint
class.
public ObserverPoint(float angleRotateX, float angleRotateY, float angleRotateZ)
Parameter | Type | Description |
---|---|---|
angleRotateX | Single | The angle rotate x. |
angleRotateY | Single | The angle rotate y. |
angleRotateZ | Single | The angle rotate z. |
See Also
- class ObserverPoint
- namespace Aspose.CAD.FileFormats
- assembly Aspose.CAD