NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::CAE::ElementProjectBuilder Class Reference

Represents a CAE::ElementProjectBuilder
To create a new instance of this class, use CAE::NodeElementManager::CreateElementProjectBuilder

Created in NX5.0.0. More...

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

List of all members.

Public Types

enum  ElementDimensionType { ElementDimensionTypeAny, ElementDimensionTypeBeam, ElementDimensionTypeShell }
 Dimension of element to be projected. More...
enum  LabelType { LabelTypeLabel, LabelTypeOffset }
 Option to use label/increment or offset. More...
enum  MethodType { MethodTypeVector, MethodTypeElemNormal }
 Projection method. More...
enum  NewMeshType { NewMeshTypeCreate, NewMeshTypeExisting }
 Option to create new mesh or add to existing mesh. More...

Public Member Functions

NXString CollectorName ()
 Returns the mesh collector name
Created in NX5.0.0.
NXOpen::CAE::ElementProjectBuilder::ElementDimensionType ElementDimensionOption ()
 Returns the element dimension option
Created in NX5.0.0.
NXOpen::CAE::SelectElementsBuilderElements ()
 Returns the selected elements to be extruded
Created in NX5.0.0.
NXOpen::CAE::ElementTypeBuilderElementType ()
 Returns the element type builder.
NXOpen::CAE::SelectCAEFaceListFace ()
 Returns the face on which projection will happen
Created in NX5.0.0.
int FlipState ()
 Returns the flip state from the builder
Created in NX5.0.0.
int Increment ()
 Returns the increment
Created in NX5.0.0.
int Label ()
 Returns the label
Created in NX5.0.0.
NXOpen::CAE::ElementProjectBuilder::LabelType LabelOption ()
 Returns the label option
Created in NX5.0.0.
NXString MeshName ()
 Returns the mesh name
Created in NX5.0.0.
NXOpen::CAE::ElementProjectBuilder::MethodType MethodOption ()
 Returns the method option
Created in NX5.0.0.
NXString NeutralName ()
 Returns the element neutral name
Created in NX5.0.0.
NXOpen::CAE::ElementProjectBuilder::NewMeshType NewMeshOption ()
 Returns the new mesh option
Created in NX5.0.0.
int Offset ()
 Returns the offset
Created in NX5.0.0.
double PercentOffset ()
 Returns the percent offset
Created in NX5.0.0.
void SetCollectorName (const NXString &collectorName)
 Sets the mesh collector name
Created in NX5.0.0.
void SetElementDimensionOption (NXOpen::CAE::ElementProjectBuilder::ElementDimensionType elementDimensionOption)
 Sets the element dimension option
Created in NX5.0.0.
void SetFlipState (int flipstate)
 Sets the flip state from the builder
Created in NX5.0.0.
void SetIncrement (int increment)
 Sets the increment
Created in NX5.0.0.
void SetLabel (int label)
 Sets the label
Created in NX5.0.0.
void SetLabelOption (NXOpen::CAE::ElementProjectBuilder::LabelType labelOption)
 Sets the label option
Created in NX5.0.0.
void SetMeshName (const NXString &meshName)
 Sets the mesh name
Created in NX5.0.0.
void SetMethodOption (NXOpen::CAE::ElementProjectBuilder::MethodType methodOption)
 Sets the method option
Created in NX5.0.0.
void SetNeutralName (const NXString &neutralName)
 Sets the element neutral name
Created in NX5.0.0.
void SetNewMeshOption (NXOpen::CAE::ElementProjectBuilder::NewMeshType newMeshOption)
 Sets the new mesh option
Created in NX5.0.0.
void SetOffset (int offset)
 Sets the offset
Created in NX5.0.0.
void SetPercentOffset (double percentOffset)
 Sets the percent offset
Created in NX5.0.0.
void SetVector (NXOpen::Direction *vector)
 Sets the vector along which projection will happen
Created in NX5.0.0.
NXOpen::DirectionVector ()
 Returns the vector along which projection will happen
Created in NX5.0.0.

Detailed Description

Represents a CAE::ElementProjectBuilder
To create a new instance of this class, use CAE::NodeElementManager::CreateElementProjectBuilder

Created in NX5.0.0.



Member Enumeration Documentation

Dimension of element to be projected.

Enumerator:
ElementDimensionTypeAny 

beam and/or shell element

ElementDimensionTypeBeam 

beam element

ElementDimensionTypeShell 

shell element

Option to use label/increment or offset.

Enumerator:
LabelTypeLabel 

label/increment

LabelTypeOffset 

offset

Projection method.

Enumerator:
MethodTypeVector 

along vector

MethodTypeElemNormal 

along element normal

Option to create new mesh or add to existing mesh.

Enumerator:
NewMeshTypeCreate 

Create new mesh.

NewMeshTypeExisting 

Add to existing mesh.


Member Function Documentation

Returns the mesh collector name
Created in NX5.0.0.



License requirements : None

Returns the element dimension option
Created in NX5.0.0.



License requirements : None

Returns the selected elements to be extruded
Created in NX5.0.0.



License requirements : None

Returns the element type builder.


Created in NX6.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")

Returns the face on which projection will happen
Created in NX5.0.0.



License requirements : None

Returns the flip state from the builder
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Returns the increment
Created in NX5.0.0.



License requirements : None

Returns the label
Created in NX5.0.0.



License requirements : None

Returns the label option
Created in NX5.0.0.



License requirements : None

Returns the mesh name
Created in NX5.0.0.



License requirements : None

Returns the method option
Created in NX5.0.0.



License requirements : None

Returns the element neutral name
Created in NX5.0.0.



License requirements : None

Returns the new mesh option
Created in NX5.0.0.



License requirements : None

Returns the offset
Created in NX5.0.0.



License requirements : None

Returns the percent offset
Created in NX5.0.0.



License requirements : None

Sets the mesh collector name
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
collectorNamecollectorname

Sets the element dimension option
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
elementDimensionOptionelementdimensionoption

Sets the flip state from the builder
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
flipstateflipstate

Sets the increment
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
incrementincrement

Sets the label
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
labellabel

Sets the label option
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
labelOptionlabeloption

Sets the mesh name
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
meshNamemeshname

Sets the method option
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
methodOptionmethodoption

Sets the element neutral name
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
neutralNameneutralname

Sets the new mesh option
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
newMeshOptionnewmeshoption

Sets the offset
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
offsetoffset

Sets the percent offset
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
percentOffsetpercentoffset

Sets the vector along which projection will happen
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
vectorvector

Returns the vector along which projection will happen
Created in NX5.0.0.



License requirements : None


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