Class PathContactMotion
Inheritance
System.Object
System.MarshalByRefObject
PathContactMotion
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
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)
Namespace: NXOpen.CAM
Assembly: NXOpen.dll
Syntax
public class PathContactMotion : TransientObject, IMessageSink, IDisposable
Constructors
PathContactMotion(IntPtr)
Declaration
protected PathContactMotion(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
ArcAxis
Declaration
public Vector3d ArcAxis { get; set; }
Property Value
Type | Description |
---|---|
Vector3d |
ArcCenter
Declaration
public Point3d ArcCenter { get; set; }
Property Value
Type | Description |
---|---|
Point3d |
ArcDirection
Declaration
public CamPathDir ArcDirection { get; set; }
Property Value
Type | Description |
---|---|
CamPathDir |
ArcRadius
Declaration
public double ArcRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MotionShape
Declaration
public CamPathContactMotionShapeType MotionShape { get; set; }
Property Value
Type | Description |
---|---|
CamPathContactMotionShapeType |
Point
Declaration
public Point3d Point { get; set; }
Property Value
Type | Description |
---|---|
Point3d |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable