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

Builder for creating Polygon Face On Mesh
To create a new instance of this class, use NXOpen::CAE::AbstractionManager::CreatePolygonFaceOnMeshBuilder

Created in NX7.5.2. More...

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

Public Types

enum  PolygonFaceOnMeshType { PolygonFaceOnMeshTypeTwoDimensionElement, PolygonFaceOnMeshTypeElementFreeFace, PolygonFaceOnMeshTypeMesh }
 Represents the polygon face on mesh type to be used. More...
 
enum  SelectBodyMethod { SelectBodyMethodCreateNew, SelectBodyMethodAddToExisting }
 Represents the select body option to be used. More...
 

Public Member Functions

NXOpen::ExpressionBoundaryMerging ()
 Returns the angle
Created in NX7.5.2. More...
 
NXOpen::ExpressionElementEdgeFeatureAngle ()
 Returns the element edge feature angle
Created in NX12.0.0. More...
 
NXOpen::ExpressionElementFaceFeatureAngle ()
 Returns the element face feature angle
Created in NX12.0.0. More...
 
NXOpen::CAE::SelectElementsBuilderElementSelection ()
 Returns the selected element(s)
Created in NX7.5.2. More...
 
NXOpen::ExpressionFaceSmoothing ()
 Returns the angle
Created in NX7.5.2. More...
 
bool KeepInternalEdgesOption ()
 Returns the keep internal edges option
Created in NX12.0.0. More...
 
NXOpen::SelectTaggedObjectListSelectBody ()
 Returns the selected body
Created in NX7.5.2. More...
 
NXOpen::CAE::PolygonFaceOnMeshBuilder::SelectBodyMethod SelectBodyOption ()
 Returns the select body option for different ways of body select method
Created in NX7.5.2. More...
 
NXOpen::SelectTaggedObjectListSelectMesh ()
 Returns the selected mesh
Created in NX12.0.0. More...
 
void SetKeepInternalEdgesOption (bool keepInternalEdges)
 Sets the keep internal edges option
Created in NX12.0.0. More...
 
void SetSelectBodyOption (NXOpen::CAE::PolygonFaceOnMeshBuilder::SelectBodyMethod selectBodyMethod)
 Sets the select body option for different ways of body select method
Created in NX7.5.2. More...
 
void SetType (NXOpen::CAE::PolygonFaceOnMeshBuilder::PolygonFaceOnMeshType selectionType)
 Sets the selection method for different ways of selection
Created in NX7.5.2. More...
 
NXOpen::CAE::PolygonFaceOnMeshBuilder::PolygonFaceOnMeshType Type ()
 Returns the selection method for different ways of selection
Created in NX7.5.2. 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 Polygon Face On Mesh
To create a new instance of this class, use NXOpen::CAE::AbstractionManager::CreatePolygonFaceOnMeshBuilder

Created in NX7.5.2.


Member Enumeration Documentation

Represents the polygon face on mesh type to be used.

Enumerator
PolygonFaceOnMeshTypeTwoDimensionElement 

2D Element

PolygonFaceOnMeshTypeElementFreeFace 

3D Element free faces

PolygonFaceOnMeshTypeMesh 

2D Mesh

Represents the select body option to be used.

Enumerator
SelectBodyMethodCreateNew 

Create new body.

SelectBodyMethodAddToExisting 

Add to existing body.

Member Function Documentation

NXOpen::Expression* NXOpen::CAE::PolygonFaceOnMeshBuilder::BoundaryMerging ( )

Returns the angle
Created in NX7.5.2.



License requirements : None

NXOpen::Expression* NXOpen::CAE::PolygonFaceOnMeshBuilder::ElementEdgeFeatureAngle ( )

Returns the element edge feature angle
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::Expression* NXOpen::CAE::PolygonFaceOnMeshBuilder::ElementFaceFeatureAngle ( )

Returns the element face feature angle
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::CAE::SelectElementsBuilder* NXOpen::CAE::PolygonFaceOnMeshBuilder::ElementSelection ( )

Returns the selected element(s)
Created in NX7.5.2.



License requirements : None

NXOpen::Expression* NXOpen::CAE::PolygonFaceOnMeshBuilder::FaceSmoothing ( )

Returns the angle
Created in NX7.5.2.



License requirements : None

bool NXOpen::CAE::PolygonFaceOnMeshBuilder::KeepInternalEdgesOption ( )

Returns the keep internal edges option
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::SelectTaggedObjectList* NXOpen::CAE::PolygonFaceOnMeshBuilder::SelectBody ( )

Returns the selected body
Created in NX7.5.2.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::CAE::PolygonFaceOnMeshBuilder::SelectBodyMethod NXOpen::CAE::PolygonFaceOnMeshBuilder::SelectBodyOption ( )

Returns the select body option for different ways of body select method
Created in NX7.5.2.



License requirements : None

NXOpen::SelectTaggedObjectList* NXOpen::CAE::PolygonFaceOnMeshBuilder::SelectMesh ( )

Returns the selected mesh
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

void NXOpen::CAE::PolygonFaceOnMeshBuilder::SetKeepInternalEdgesOption ( bool  keepInternalEdges)

Sets the keep internal edges option
Created in NX12.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
keepInternalEdgeskeepinternaledges
void NXOpen::CAE::PolygonFaceOnMeshBuilder::SetSelectBodyOption ( NXOpen::CAE::PolygonFaceOnMeshBuilder::SelectBodyMethod  selectBodyMethod)

Sets the select body option for different ways of body select method
Created in NX7.5.2.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
selectBodyMethodselectbodymethod
void NXOpen::CAE::PolygonFaceOnMeshBuilder::SetType ( NXOpen::CAE::PolygonFaceOnMeshBuilder::PolygonFaceOnMeshType  selectionType)

Sets the selection method for different ways of selection
Created in NX7.5.2.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
selectionTypeselectiontype
NXOpen::CAE::PolygonFaceOnMeshBuilder::PolygonFaceOnMeshType NXOpen::CAE::PolygonFaceOnMeshBuilder::Type ( )

Returns the selection method for different ways of selection
Created in NX7.5.2.



License requirements : None


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