TrimPoint Class¶
-
class
NXOpen.CAM.TrimPoint¶ Bases:
NXOpen.TaggedObjectRepresents trim point
New in version NX6.0.0.
Properties¶
| Property | Description |
|---|---|
| Angle | Returns the trim point angle |
| AngleOffset | Returns the trim point angle offset |
| AngleOption | Returns or sets the trim point angle option |
| CheckPartGeometryBeyondTrim | Returns or sets the trim point check part geometry beyond trim |
| ExtendDistance | Returns the trim point extend distance |
| Option | Returns or sets the trim point option |
| Point | Returns or sets the trim point |
| RampAngle | Returns the trim point ramp angle |
| RampAngleOffset | Returns the trim point ramp angle offset |
| RampAngleOption | Returns or sets the trim point ramp angle option |
| RampAngleVector | Returns or sets the trim point ramp angle vector |
| Tag | Returns the Tag for this object. |
| Vector | Returns or sets the trim point vector |
Methods¶
Enumerations¶
| TrimPointAngleOptions Enumeration | The trim point angle options |
| TrimPointOptions Enumeration | The trim point options |
| TrimPointRampAngleOptions Enumeration | The trim point ramp angle options |
Property Detail¶
Angle¶
-
TrimPoint.Angle¶ Returns the trim point angle
-------------------------------------Getter Method
Signature
AngleReturns: the trim point angle Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX6.0.0.
License requirements: None.
AngleOffset¶
-
TrimPoint.AngleOffset¶ Returns the trim point angle offset
-------------------------------------Getter Method
Signature
AngleOffsetReturns: the trim point angle offset Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX6.0.0.
License requirements: None.
AngleOption¶
-
TrimPoint.AngleOption¶ Returns or sets the trim point angle option
-------------------------------------Getter Method
Signature
AngleOptionReturns: the trim point angle option Return type: NXOpen.CAM.TrimPointAngleOptionsNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AngleOptionParameters: angleMode ( NXOpen.CAM.TrimPointAngleOptions) – the trim point angle optionNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
CheckPartGeometryBeyondTrim¶
-
TrimPoint.CheckPartGeometryBeyondTrim¶ Returns or sets the trim point check part geometry beyond trim
-------------------------------------Getter Method
Signature
CheckPartGeometryBeyondTrimReturns: the trim point check part geometry beyond trim Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CheckPartGeometryBeyondTrimParameters: checkPartGeometry (bool) – the trim point check part geometry beyond trim New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
ExtendDistance¶
-
TrimPoint.ExtendDistance¶ Returns the trim point extend distance
-------------------------------------Getter Method
Signature
ExtendDistanceReturns: the trim point extend distance Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX6.0.0.
License requirements: None.
Option¶
-
TrimPoint.Option¶ Returns or sets the trim point option
-------------------------------------Getter Method
Signature
OptionReturns: the trim point option Return type: NXOpen.CAM.TrimPointOptionsNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OptionParameters: trimPointMode ( NXOpen.CAM.TrimPointOptions) – the trim point optionNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
Point¶
-
TrimPoint.Point¶ Returns or sets the trim point
-------------------------------------Getter Method
Signature
PointReturns: the trim point Return type: NXOpen.PointNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PointParameters: point ( NXOpen.Point) – the trim pointNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
RampAngle¶
-
TrimPoint.RampAngle¶ Returns the trim point ramp angle
-------------------------------------Getter Method
Signature
RampAngleReturns: the trim point ramp angle Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX7.5.0.
License requirements: None.
RampAngleOffset¶
-
TrimPoint.RampAngleOffset¶ Returns the trim point ramp angle offset
-------------------------------------Getter Method
Signature
RampAngleOffsetReturns: the trim point angle offset Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX7.5.0.
License requirements: None.
RampAngleOption¶
-
TrimPoint.RampAngleOption¶ Returns or sets the trim point ramp angle option
-------------------------------------Getter Method
Signature
RampAngleOptionReturns: the trim point ramp angle option Return type: NXOpen.CAM.TrimPointRampAngleOptionsNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RampAngleOptionParameters: rampAngleMode ( NXOpen.CAM.TrimPointRampAngleOptions) – the trim point ramp angle optionNew in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
RampAngleVector¶
-
TrimPoint.RampAngleVector¶ Returns or sets the trim point ramp angle vector
-------------------------------------Getter Method
Signature
RampAngleVectorReturns: the trim point ramp angle vector Return type: NXOpen.NXObjectNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RampAngleVectorParameters: rampVector ( NXOpen.NXObject) – the trim point ramp angle vectorNew in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
Vector¶
-
TrimPoint.Vector¶ Returns or sets the trim point vector
-------------------------------------Getter Method
Signature
VectorReturns: the trim point vector Return type: NXOpen.NXObjectNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
VectorParameters: vector ( NXOpen.NXObject) – the trim point vectorNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)