Interface IMovement
Assembly: CADability.dll
Syntax
public interface IMovement
Properties
|
Improve this Doc
View Source
IsPeriodic
Declaration
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
StartDirection
Declaration
GeoVector StartDirection { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetCurve(GeoPoint, Double, Double)
Declaration
ICurve GetCurve(GeoPoint startHere, double umin, double umax)
Parameters
| Type |
Name |
Description |
| GeoPoint |
startHere |
|
| System.Double |
umin |
|
| System.Double |
umax |
|
Returns
|
Improve this Doc
View Source
GetPosition(Double)
Declaration
ModOp GetPosition(double u)
Parameters
| Type |
Name |
Description |
| System.Double |
u |
|
Returns