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

Represents 0D Mesh Used to create a NXOpen::CAE::Mesh0d
To create a new instance of this class, use NXOpen::CAE::MeshManager::CreateMesh0dBuilder

Created in NX6.0.0. More...

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

Public Types

enum  MeshCreationType { MeshCreationTypeMesh0d, MeshCreationTypeLumpedMass }
 the 0d mesh creation option More...
 

Public Member Functions

bool CombineBody ()
 Returns the combine body option
Created in NX11.0.0. More...
 
std::vector< NXOpen::CAE::Mesh * > CommitMesh ()
 Commits the creation of the NXOpen::CAE::Mesh0d. More...
 
NXOpen::CoordinateSystemCsys ()
 Returns the csys of lumped mass element
Created in NX11.0.0. More...
 
int CsysOption ()
 Returns the method to be used for translating the selected elements
Created in NX11.0.0. More...
 
NXOpen::CAE::ElementTypeBuilderElementType ()
 Returns the element type builder. More...
 
NXOpen::ExpressionExpressionMass ()
 Returns the mass expression of the lumped mass element
Created in NX11.0.0. More...
 
NXOpen::SelectDisplayableObjectListLmEntitySelList ()
 Returns the selection objects
Created in NX11.0.0. More...
 
NXOpen::SelectDisplayableObjectListLmPointSelection ()
 Returns the point selection for element creation
Created in NX11.0.0. More...
 
NXOpen::CAE::Mesh0dBuilder::MeshCreationType MeshCreateOption ()
 Returns the mesh creation option
Created in NX11.0.0. More...
 
NXOpen::CAE::PropertyTablePropertyTable ()
 Returns the property table associated with the mesh. More...
 
NXOpen::SelectDisplayableObjectListSelectionList ()
 Returns the selection objects
Created in NX6.0.0. More...
 
void SetCombineBody (bool isCombineBody)
 Sets the combine body option
Created in NX11.0.0. More...
 
void SetCsys (NXOpen::CoordinateSystem *csys)
 Sets the csys of lumped mass element
Created in NX11.0.0. More...
 
void SetCsysOption (int csysOption)
 Sets the method to be used for translating the selected elements
Created in NX11.0.0. More...
 
void SetMeshCreateOption (NXOpen::CAE::Mesh0dBuilder::MeshCreationType meshCreationOption)
 Sets the mesh creation option
Created in NX11.0.0. More...
 
void SetTotalMass (bool isTotalMass)
 Sets the use total mass option
Created in NX11.0.0. More...
 
bool TotalMass ()
 Returns the use total mass option
Created in NX11.0.0. More...
 
NXOpen::ExpressionXOffset ()
 Returns the x-offset from cg of the lumped mass element
Created in NX11.0.0. More...
 
NXOpen::ExpressionYOffset ()
 Returns the y-offset from cg of the lumped mass element
Created in NX11.0.0. More...
 
NXOpen::ExpressionZOffset ()
 Returns the z-offset from cg of the lumped mass element
Created in NX11.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

Represents 0D Mesh Used to create a NXOpen::CAE::Mesh0d
To create a new instance of this class, use NXOpen::CAE::MeshManager::CreateMesh0dBuilder

Created in NX6.0.0.


Member Enumeration Documentation

the 0d mesh creation option

Enumerator
MeshCreationTypeMesh0d 

create 0d Mesh on selected geometry

MeshCreationTypeLumpedMass 

create lumped mass element at the CG of selected geometry

Member Function Documentation

bool NXOpen::CAE::Mesh0dBuilder::CombineBody ( )

Returns the combine body option
Created in NX11.0.0.



License requirements : None

std::vector<NXOpen::CAE::Mesh *> NXOpen::CAE::Mesh0dBuilder::CommitMesh ( )

Commits the creation of the NXOpen::CAE::Mesh0d.

Returns

Created in NX6.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")
NXOpen::CoordinateSystem* NXOpen::CAE::Mesh0dBuilder::Csys ( )

Returns the csys of lumped mass element
Created in NX11.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

int NXOpen::CAE::Mesh0dBuilder::CsysOption ( )

Returns the method to be used for translating the selected elements
Created in NX11.0.0.



License requirements : None

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

Returns the element type builder.


Created in NX6.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::Expression* NXOpen::CAE::Mesh0dBuilder::ExpressionMass ( )

Returns the mass expression of the lumped mass element
Created in NX11.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::SelectDisplayableObjectList* NXOpen::CAE::Mesh0dBuilder::LmEntitySelList ( )

Returns the selection objects
Created in NX11.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::SelectDisplayableObjectList* NXOpen::CAE::Mesh0dBuilder::LmPointSelection ( )

Returns the point selection for element creation
Created in NX11.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::CAE::Mesh0dBuilder::MeshCreationType NXOpen::CAE::Mesh0dBuilder::MeshCreateOption ( )

Returns the mesh creation option
Created in NX11.0.0.



License requirements : None

NXOpen::CAE::PropertyTable* NXOpen::CAE::Mesh0dBuilder::PropertyTable ( )

Returns the property table associated with the mesh.

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

License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::SelectDisplayableObjectList* NXOpen::CAE::Mesh0dBuilder::SelectionList ( )

Returns the selection objects
Created in NX6.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

void NXOpen::CAE::Mesh0dBuilder::SetCombineBody ( bool  isCombineBody)

Sets the combine body option
Created in NX11.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
isCombineBodyiscombinebody
void NXOpen::CAE::Mesh0dBuilder::SetCsys ( NXOpen::CoordinateSystem csys)

Sets the csys of lumped mass element
Created in NX11.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
csyscsys
void NXOpen::CAE::Mesh0dBuilder::SetCsysOption ( int  csysOption)

Sets the method to be used for translating the selected elements
Created in NX11.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
csysOptioncsysoption
void NXOpen::CAE::Mesh0dBuilder::SetMeshCreateOption ( NXOpen::CAE::Mesh0dBuilder::MeshCreationType  meshCreationOption)

Sets the mesh creation option
Created in NX11.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
meshCreationOptionmeshcreationoption
void NXOpen::CAE::Mesh0dBuilder::SetTotalMass ( bool  isTotalMass)

Sets the use total mass option
Created in NX11.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
isTotalMassistotalmass
bool NXOpen::CAE::Mesh0dBuilder::TotalMass ( )

Returns the use total mass option
Created in NX11.0.0.



License requirements : None

NXOpen::Expression* NXOpen::CAE::Mesh0dBuilder::XOffset ( )

Returns the x-offset from cg of the lumped mass element
Created in NX11.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::Expression* NXOpen::CAE::Mesh0dBuilder::YOffset ( )

Returns the y-offset from cg of the lumped mass element
Created in NX11.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::Expression* NXOpen::CAE::Mesh0dBuilder::ZOffset ( )

Returns the z-offset from cg of the lumped mass element
Created in NX11.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")


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