Show / Hide Table of Contents

Class RotationMovement

Inheritance
System.Object
RotationMovement
Implements
IMovement
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 Source

RotationMovement(Axis)

Declaration
public RotationMovement(Axis axis)
Parameters
Type Name Description
Axis axis
| Improve this Doc View Source

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 Source

IMovement.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
| Improve this Doc View Source

IMovement.GetPosition(Double)

Declaration
ModOp IMovement.GetPosition(double u)
Parameters
Type Name Description
System.Double u
Returns
Type Description
ModOp
| Improve this Doc View Source

IMovement.IsPeriodic

Declaration
bool IMovement.IsPeriodic { get; }
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IMovement.StartDirection

Declaration
GeoVector IMovement.StartDirection { get; }
Returns
Type Description
GeoVector

Implements

IMovement
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX