TrimCurveBoundingObjectBuilder Class¶
-
class
NXOpen.GeometricUtilities.TrimCurveBoundingObjectBuilder¶ Bases:
NXOpen.TaggedObjectRepresents a
NXOpen.GeometricUtilities.TrimCurveBoundingObjectBuilderTo 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
BoundingObjectReturns: Get bounding object Return type: NXOpen.SelectDisplayableObjectNew in version NX11.0.1.
Deprecated since version NX12.0.0: Use
NXOpen.GeometricUtilities.TrimCurveBoundingObjectBuilder.BoundingObjectList().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
BoundingObjectListReturns: Get bounding object list Return type: NXOpen.SelectDisplayableObjectListNew in version NX12.0.0.
License requirements: None.
BoundingObjectMethodType¶
-
TrimCurveBoundingObjectBuilder.BoundingObjectMethodType¶ Returns or sets the bounding object enum type
-------------------------------------Getter Method
Signature
BoundingObjectMethodTypeReturns: Set bounding object type Return type: NXOpen.GeometricUtilities.TrimCurveBoundingObjectBuilderMethodNew in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
BoundingObjectMethodTypeParameters: boundingObjectMethod ( NXOpen.GeometricUtilities.TrimCurveBoundingObjectBuilderMethod) – Set bounding objectNew in version NX11.0.1.
License requirements: solid_modeling (“SOLIDS MODELING”)
BoundingPlane¶
-
TrimCurveBoundingObjectBuilder.BoundingPlane¶ Returns or sets the bounding plane
-------------------------------------Getter Method
Signature
BoundingPlaneReturns: Set bounding plane object tag Return type: NXOpen.PlaneNew in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
BoundingPlaneParameters: plane ( NXOpen.Plane) – Set bounding plane object tagNew in version NX11.0.1.
License requirements: solid_modeling (“SOLIDS MODELING”)