Class RotationMovement
Inheritance
System.Object
RotationMovement
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CADability
Assembly: CADability.dll
Syntax
public class RotationMovement : IMovement
Constructors
| Improve this Doc View SourceRotationMovement(Axis)
Declaration
public RotationMovement(Axis axis)
Parameters
| Type | Name | Description |
|---|---|---|
| Axis | axis |
RotationMovement(GeoPoint, GeoVector)
Declaration
public RotationMovement(GeoPoint axisLocation, GeoVector axisDir)
Parameters
| Type | Name | Description |
|---|---|---|
| GeoPoint | axisLocation | |
| GeoVector | axisDir |
Explicit Interface Implementations
| Improve this Doc View SourceIMovement.GetCurve(GeoPoint, Double, Double)
Declaration
ICurve IMovement.GetCurve(GeoPoint startHere, double umin, double umax)
Parameters
| Type | Name | Description |
|---|---|---|
| GeoPoint | startHere | |
| System.Double | umin | |
| System.Double | umax |
Returns
| Type | Description |
|---|---|
| ICurve |
IMovement.GetPosition(Double)
Declaration
ModOp IMovement.GetPosition(double u)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | u |
Returns
| Type | Description |
|---|---|
| ModOp |
IMovement.IsPeriodic
Declaration
bool IMovement.IsPeriodic { get; }
Returns
| Type | Description |
|---|---|
| System.Boolean |
IMovement.StartDirection
Declaration
GeoVector IMovement.StartDirection { get; }
Returns
| Type | Description |
|---|---|
| GeoVector |