TrimPlane Class

class NXOpen.CAM.TrimPlane

Bases: NXOpen.TaggedObject

Represents Trim Plane

New in version NX6.0.0.

Properties

Property Description
LimitOption Returns or sets the limit option
Point Returns or sets the trim plane point
Radius Returns the radius
Tag Returns the Tag for this object.

Methods

Enumerations

TrimPlaneContent Enumeration The content options
TrimPlaneLimitOptions Enumeration The limit options

Property Detail

LimitOption

TrimPlane.LimitOption

Returns or sets the limit option

-------------------------------------

Getter Method

Signature LimitOption

Returns:the limit option
Return type:NXOpen.CAM.TrimPlaneLimitOptions

New in version NX6.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature LimitOption

Parameters:trimPlaneMode (NXOpen.CAM.TrimPlaneLimitOptions) – the limit option

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

Point

TrimPlane.Point

Returns or sets the trim plane point

-------------------------------------

Getter Method

Signature Point

Returns:the trim plane point
Return type:NXOpen.Point

New in version NX6.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Point

Parameters:point (NXOpen.Point) – the trim plane point

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

Radius

TrimPlane.Radius

Returns the radius

-------------------------------------

Getter Method

Signature Radius

Returns:the Radius
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX6.0.0.

License requirements: None.