Click or drag to resize
Ab4d.SharpEngine logo

EllipseLineNode Class

EllipseLineNode class is used to create a 3D ellipse that is rendered a single poly-line.
Inheritance Hierarchy

Namespace: Ab4d.SharpEngine.SceneNodes
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
Syntax
C#
public class EllipseLineNode : PolyLineBaseNode

The EllipseLineNode type exposes the following members.

Constructors
 NameDescription
Public methodEllipseLineNode(String)Initializes a new instance of the EllipseLineNode class
Public methodEllipseLineNode(IPolyLineMaterial, String)Initializes a new instance of the EllipseLineNode class
Public methodEllipseLineNode(Color3, Single, String)Initializes a new instance of the EllipseLineNode class
Public methodEllipseLineNode(Color4, Single, String)Initializes a new instance of the EllipseLineNode class
Public methodEllipseLineNode(Vector3, Vector3, Vector3, Single, Single, Int32, Color4, Single, String)Initializes a new instance of the EllipseLineNode class
Top
Properties
 NameDescription
Public propertyCenterPosition Position of the ellipse center. Default value is (0, 0, 0)
Public propertyHeight The diameter of the ellipse along its minor semi-axis (i.e., the height of 2D ellipse shape).
Public propertyHeightDirection The direction of the ellipse's the minor semi-axis (i.e., height of 2D ellipse shape). The default value is (0, 0, 1).
Public propertySegments Number of segments that define the circle. Default value is 30.
Public propertyWidth The diameter of the ellipse along its major semi-axis (i.e., the width of 2D ellipse shape). The default value is 1.0.
Public propertyWidthDirection The direction of the ellipse's the major semi-axis (i.e., width of 2D ellipse shape). The default value is (1, 0, 0).
Top
Methods
Fields
 NameDescription
Protected fieldendAngle 
Protected fieldstartAngle 
Top
See Also