NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::CAE::SuppressHoleBuilder Class Reference

Builder for creating Hole Suppression Hole
To create a new instance of this class, use NXOpen::CAE::AbstractionManager::CreateSuppressHoleBuilder
Default values. More...

Inheritance diagram for NXOpen::CAE::SuppressHoleBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  OptionChoice { OptionChoiceAutomatic, OptionChoiceManual }
 the enum for method More...
 
enum  OptionPointCreate { OptionPointCreateNone, OptionPointCreatePoint, OptionPointCreateMeshPoint }
 the enum for point creation More...
 

Public Member Functions

NXOpen::SelectTaggedObjectListBodySelect ()
 Returns the bodyselect
Created in NX8.0.0. More...
 
NXOpen::CAE::SuppressHoleBuilder::OptionChoice Choice ()
 Returns the type Automatic or Manual
Created in NX8.0.0. More...
 
NXOpen::SelectTaggedObjectListEdgeSelect ()
 Returns the edgeselect
Created in NX8.0.0. More...
 
NXOpen::ExpressionHoleDiameter ()
 Returns the holedia
Created in NX8.0.0. More...
 
NXOpen::CAE::SuppressHoleBuilder::OptionPointCreate PointCreate ()
 Returns the pointcreate
Created in NX8.0.0. More...
 
void SetChoice (NXOpen::CAE::SuppressHoleBuilder::OptionChoice type)
 Sets the type Automatic or Manual
Created in NX8.0.0. More...
 
void SetPointCreate (NXOpen::CAE::SuppressHoleBuilder::OptionPointCreate pointCreate)
 Sets the pointcreate
Created in NX8.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Builder for creating Hole Suppression Hole
To create a new instance of this class, use NXOpen::CAE::AbstractionManager::CreateSuppressHoleBuilder
Default values.

Property Value

Choice

Automatic

HoleDiameter.Value

0 (millimeters part), 0 (inches part)

PointCreate

None


Created in NX8.0.0.

Member Enumeration Documentation

the enum for method

Enumerator
OptionChoiceAutomatic 

automatic

OptionChoiceManual 

manual

the enum for point creation

Enumerator
OptionPointCreateNone 

none

OptionPointCreatePoint 

point

OptionPointCreateMeshPoint 

mesh point

Member Function Documentation

NXOpen::SelectTaggedObjectList* NXOpen::CAE::SuppressHoleBuilder::BodySelect ( )

Returns the bodyselect
Created in NX8.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::CAE::SuppressHoleBuilder::OptionChoice NXOpen::CAE::SuppressHoleBuilder::Choice ( )

Returns the type Automatic or Manual
Created in NX8.0.0.



License requirements : None

NXOpen::SelectTaggedObjectList* NXOpen::CAE::SuppressHoleBuilder::EdgeSelect ( )

Returns the edgeselect
Created in NX8.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::Expression* NXOpen::CAE::SuppressHoleBuilder::HoleDiameter ( )

Returns the holedia
Created in NX8.0.0.



License requirements : None

NXOpen::CAE::SuppressHoleBuilder::OptionPointCreate NXOpen::CAE::SuppressHoleBuilder::PointCreate ( )

Returns the pointcreate
Created in NX8.0.0.



License requirements : None

void NXOpen::CAE::SuppressHoleBuilder::SetChoice ( NXOpen::CAE::SuppressHoleBuilder::OptionChoice  type)

Sets the type Automatic or Manual
Created in NX8.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
typetype
void NXOpen::CAE::SuppressHoleBuilder::SetPointCreate ( NXOpen::CAE::SuppressHoleBuilder::OptionPointCreate  pointCreate)

Sets the pointcreate
Created in NX8.0.0.



License requirements : None

Parameters
pointCreatepointcreate

The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.