Class PathCircularMotion
Inheritance
PathCircularMotion
Assembly: NXOpen.dll
Syntax
public class PathCircularMotion : PathLinearMotion, IMessageSink, IDisposable
Constructors
PathCircularMotion(nint)
Declaration
protected PathCircularMotion(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
ArcAxis
Declaration
public Vector3d ArcAxis { get; set; }
Property Value
ArcCenter
Declaration
public Point3d ArcCenter { get; set; }
Property Value
ArcRadius
Declaration
public double ArcRadius { get; set; }
Property Value
Direction
Declaration
public CamPathDir Direction { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink