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

Represents a Primitive Recipe Mesh Used to create a CAE::Mesh
To create a new instance of this class, use NXOpen::CAE::MeshManager::CreatePrimitiveRecipeMeshBuilder

Created in NX11.0.0. More...

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

Public Types

enum  Type {
  TypeSphere, TypePlane, TypePointSet, TypeIsoPower,
  TypeBoxSurface, TypeBoxSolid, TypeCircle, TypeLine
}
 Mesh primitive type. More...
 

Public Member Functions

NXOpen::CAE::ElementTypeBuilderElementType ()
 Returns the element type builder. More...
 
NXString MeshName ()
 Returns the mesh object name. More...
 
NXOpen::CAE::PropertyTablePropertyTable ()
 Returns the property table associated with the mesh. More...
 
void SetMeshName (const NXString &name)
 Sets the mesh object name. More...
 
void SetMeshName (const char *name)
 Sets the mesh object name. 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

Represents a Primitive Recipe Mesh Used to create a CAE::Mesh
To create a new instance of this class, use NXOpen::CAE::MeshManager::CreatePrimitiveRecipeMeshBuilder

Created in NX11.0.0.


Member Enumeration Documentation

Mesh primitive type.

Enumerator
TypeSphere 

Sphere Primitive.

TypePlane 

Plane Primitive.

TypePointSet 

Point Set Primitive.

TypeIsoPower 

ISO Power (ISO3744) Primitive.

TypeBoxSurface 

Box Surface Primitive.

TypeBoxSolid 

Box Solid Primitive.

TypeCircle 

Circle Primitive.

TypeLine 

Line Primitive.

Member Function Documentation

NXOpen::CAE::ElementTypeBuilder* NXOpen::CAE::PrimitiveRecipeMeshBuilder::ElementType ( )

Returns the element type builder.


Created in NX11.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")

NXString NXOpen::CAE::PrimitiveRecipeMeshBuilder::MeshName ( )

Returns the mesh object name.


Created in NX11.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::CAE::PropertyTable* NXOpen::CAE::PrimitiveRecipeMeshBuilder::PropertyTable ( )

Returns the property table associated with the mesh.

The property table contains the parameters needed for the generation of the mesh.
Created in NX11.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")

void NXOpen::CAE::PrimitiveRecipeMeshBuilder::SetMeshName ( const NXString name)

Sets the mesh object name.


Created in NX11.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
nameThe new name being assigned or set
void NXOpen::CAE::PrimitiveRecipeMeshBuilder::SetMeshName ( const char *  name)

Sets the mesh object name.


Created in NX11.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
nameThe new name being assigned or set

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