 |
EllipseArcLineNode Class |
EllipseArcLineNode class is used to create a 3D elliptical arc (part of an ellipse) that is rendered a single poly-line.
Inheritance Hierarchy Namespace: Ab4d.SharpEngine.SceneNodesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic class EllipseArcLineNode : EllipseLineNode
The EllipseArcLineNode type exposes the following members.
Constructors | Name | Description |
---|
 | EllipseArcLineNode(String) | Initializes a new instance of the EllipseArcLineNode class |
 | EllipseArcLineNode(IPolyLineMaterial, String) | Initializes a new instance of the EllipseArcLineNode class |
 | EllipseArcLineNode(Color3, Single, String) | Initializes a new instance of the EllipseArcLineNode class |
 | EllipseArcLineNode(Color4, Single, String) | Initializes a new instance of the EllipseArcLineNode class |
 | EllipseArcLineNode(Vector3, Vector3, Vector3, Single, Single, Single, Single, Int32, Color4, Single, String) | Initializes a new instance of the EllipseArcLineNode class |
Top
Properties | Name | Description |
---|
 | EndAngle |
End angle, in degrees.
Zero angle is to the right and from there goes in the counter-clockwise direction.
Default value is 360.
|
 | StartAngle |
Start angle, in degrees.
Zero angle is to the right and from there goes in the counter-clockwise direction.
Default value is 0.
|
Top
See Also