PathContactMotion Class¶
-
class
NXOpen.CAM.PathContactMotion¶ Bases:
NXOpen.TransientObjectThis class represents the data of a Linear Motion
New in version NX11.0.2.
Properties¶
| Property | Description |
|---|---|
| ArcAxis | Returns or sets the axis of the arc of the contact motion if the shape is circular |
| ArcCenter | Returns or sets the center of the arc of the contact motion if the shape is circular |
| ArcDirection | Returns or sets the direction of the arc of the contact motion if the shape is circular |
| ArcRadius | Returns or sets the radius of the arc of the contact motion if the shape is circular |
| MotionShape | Returns or sets the motion shape |
| Point | Returns or sets the point of the contact motion |
Property Detail¶
ArcAxis¶
-
PathContactMotion.ArcAxis¶ Returns or sets the axis of the arc of the contact motion if the shape is circular
-------------------------------------Getter Method
Signature
ArcAxisReturns: Return type: NXOpen.Vector3dNew in version NX11.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
ArcAxisParameters: arcAxis ( NXOpen.Vector3d) –New in version NX11.0.2.
License requirements: cam_base (“CAM BASE”)
ArcCenter¶
-
PathContactMotion.ArcCenter¶ Returns or sets the center of the arc of the contact motion if the shape is circular
-------------------------------------Getter Method
Signature
ArcCenterReturns: Return type: NXOpen.Point3dNew in version NX11.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
ArcCenterParameters: arcCenter ( NXOpen.Point3d) –New in version NX11.0.2.
License requirements: cam_base (“CAM BASE”)
ArcDirection¶
-
PathContactMotion.ArcDirection¶ Returns or sets the direction of the arc of the contact motion if the shape is circular
-------------------------------------Getter Method
Signature
ArcDirectionReturns: Return type: NXOpen.CAM.CamPathDirNew in version NX11.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
ArcDirectionParameters: arcDirection ( NXOpen.CAM.CamPathDir) –New in version NX11.0.2.
License requirements: cam_base (“CAM BASE”)
ArcRadius¶
-
PathContactMotion.ArcRadius¶ Returns or sets the radius of the arc of the contact motion if the shape is circular
-------------------------------------Getter Method
Signature
ArcRadiusReturns: Return type: float New in version NX11.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
ArcRadiusParameters: arcRadius (float) – New in version NX11.0.2.
License requirements: cam_base (“CAM BASE”)
MotionShape¶
-
PathContactMotion.MotionShape¶ Returns or sets the motion shape
-------------------------------------Getter Method
Signature
MotionShapeReturns: Return type: NXOpen.CAM.CamPathContactMotionShapeTypeNew in version NX11.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
MotionShapeParameters: motionShape ( NXOpen.CAM.CamPathContactMotionShapeType) –New in version NX11.0.2.
License requirements: cam_base (“CAM BASE”)
Point¶
-
PathContactMotion.Point¶ Returns or sets the point of the contact motion
-------------------------------------Getter Method
Signature
PointReturns: Return type: NXOpen.Point3dNew in version NX11.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
PointParameters: endPoint ( NXOpen.Point3d) –New in version NX11.0.2.
License requirements: cam_base (“CAM BASE”)
Method Detail¶
Dispose¶
-
PathContactMotion.Dispose¶ Free resources associated with the instance.
After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Signature
Dispose()New in version NX11.0.2.
License requirements: None.