FacePlaneSelectionBuilderCollection Class

class NXOpen.GeometricUtilities.FacePlaneSelectionBuilderCollection

Bases: object

This class contains the factory methods for creating an FacePlaneSelectionBuilder.

To obtain an instance of this class, refer to NXOpen.Part

New in version NX6.0.0.

Methods

Method Description
Create Creates an FacePlaneSelectionBuilder.
Destroy Destroys an FacePlaneSelectionBuilder.

Method Detail

Create

FacePlaneSelectionBuilderCollection.Create

Creates an FacePlaneSelectionBuilder.

Signature Create()

Returns:
Return type:NXOpen.GeometricUtilities.FacePlaneSelectionBuilder

New in version NX6.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

Destroy

FacePlaneSelectionBuilderCollection.Destroy

Destroys an FacePlaneSelectionBuilder.

Signature Destroy(entityBuilderData)

Parameters:entityBuilderData (NXOpen.GeometricUtilities.FacePlaneSelectionBuilder) –

New in version NX8.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)