Gets the ellipse arc
end point in world coordinates.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Vector3 EndPoint { get; }
Public ReadOnly Property EndPoint As Vector3
Get
public:
property Vector3 EndPoint {
Vector3 get ();
}
member EndPoint : Vector3 with get
PROPERTY EndPoint AS Vector3 GET
Property Value
Type:
Vector3Remarks This value is meaningful only if the actual instance is not a full ellipse.
See Also