TrimCurveBoundingObjectBuilder Class

class NXOpen.GeometricUtilities.TrimCurveBoundingObjectBuilder

Bases: NXOpen.TaggedObject

Represents a NXOpen.GeometricUtilities.TrimCurveBoundingObjectBuilder

To create a new instance of this class, use NXOpen.Features.TrimCurve2Builder.CreateTrimCurveBoundingObjectBuilder()

New in version NX11.0.1.

Properties

Property Description
BoundingObject Returns the bounding object
BoundingObjectList Returns the bounding object list Only one object is allowed in this list.
BoundingObjectMethodType Returns or sets the bounding object enum type
BoundingPlane Returns or sets the bounding plane
Tag Returns the Tag for this object.

Methods

Enumerations

TrimCurveBoundingObjectBuilderMethod Enumeration the Object or Plane selection

Property Detail

BoundingObject

TrimCurveBoundingObjectBuilder.BoundingObject

Returns the bounding object

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

Getter Method

Signature BoundingObject

Returns:Get bounding object
Return type:NXOpen.SelectDisplayableObject

New in version NX11.0.1.

License requirements: None.

BoundingObjectList

TrimCurveBoundingObjectBuilder.BoundingObjectList

Returns the bounding object list

Only one object is allowed in this list.

In the case of multiple objects, only first object will be considered for the operation.

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

Getter Method

Signature BoundingObjectList

Returns:Get bounding object list
Return type:NXOpen.SelectDisplayableObjectList

New in version NX12.0.0.

License requirements: None.

BoundingObjectMethodType

TrimCurveBoundingObjectBuilder.BoundingObjectMethodType

Returns or sets the bounding object enum type

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

Getter Method

Signature BoundingObjectMethodType

Returns:Set bounding object type
Return type:NXOpen.GeometricUtilities.TrimCurveBoundingObjectBuilderMethod

New in version NX11.0.1.

License requirements: None.

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

Setter Method

Signature BoundingObjectMethodType

Parameters:boundingObjectMethod (NXOpen.GeometricUtilities.TrimCurveBoundingObjectBuilderMethod) – Set bounding object

New in version NX11.0.1.

License requirements: solid_modeling (“SOLIDS MODELING”)

BoundingPlane

TrimCurveBoundingObjectBuilder.BoundingPlane

Returns or sets the bounding plane

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

Getter Method

Signature BoundingPlane

Returns:Set bounding plane object tag
Return type:NXOpen.Plane

New in version NX11.0.1.

License requirements: None.

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

Setter Method

Signature BoundingPlane

Parameters:plane (NXOpen.Plane) – Set bounding plane object tag

New in version NX11.0.1.

License requirements: solid_modeling (“SOLIDS MODELING”)