CADability dotNET
The ICurve type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Description |
Returns a description of the curve, used in labels of the controlcenter.
|
![]() | EndDirection |
The direction of the curve at the endpoint. If the curve is closed, this is the direction where
the parameter is 1.0.
|
![]() | EndPoint |
The endpoint of the curve. If the curve is closed, this is the point where
the parameter is 1.0.
|
![]() | IsClosed |
Determines, whether the curve is closed or open.
|
![]() | IsComposed | |
![]() | IsSingular |
Determines, whether this curve is singular, i.e. it is only a point, returns the same value for each parameter
|
![]() | Length |
Returns the length of the curve.
|
![]() | StartDirection |
The direction of the curve at the startpoint. If the curve is closed, this is the direction where
the parameter is 0.0.
|
![]() | StartPoint |
The startpoint of the curve. If the curve is closed, this is the point where
the parameter is 0.0.
|
![]() | SubCurves |