Show / Hide Table of Contents

Interface IMovement

Namespace: CADability
Assembly: CADability.dll
Syntax
public interface IMovement

Properties

| Improve this Doc View Source

IsPeriodic

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

StartDirection

Declaration
GeoVector StartDirection { get; }
Property Value
Type Description
GeoVector

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
Type Description
ICurve
| Improve this Doc View Source

GetPosition(Double)

Declaration
ModOp GetPosition(double u)
Parameters
Type Name Description
System.Double u
Returns
Type Description
ModOp
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX