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

Represents a CAE::ElementExtrudeBuilder
To create a new instance of this class, use CAE::NodeElementManager::CreateElementExtrudeBuilder

Created in NX5.0.0. More...

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

List of all members.

Public Types

enum  DistanceType { DistanceTypePerCopy, DistanceTypeTotal }
 Distance option. More...
enum  ElemDimType { ElemDimTypeBeam, ElemDimTypeShell }
 Dimension of element to be created. More...
enum  MethodType { MethodTypeVector, MethodTypePath, MethodTypeProjSurface, MethodTypeElemNormal }
 Extrusion 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::ExpressionDistance ()
 Returns the distance
Created in NX5.0.0.
NXOpen::CAE::ElementExtrudeBuilder::DistanceType DistanceOption ()
 Returns the distance option
Created in NX5.0.0.
NXOpen::CAE::SelectCAEEdgeEdge ()
 Returns the edge when extrude along path
Created in NX5.0.0.
NXOpen::CAE::ElementExtrudeBuilder::ElemDimType ElementDimensionOption ()
 Returns the element dimension option
Created in NX5.0.0.
NXOpen::CAE::SelectElementsBuilderElements ()
 Returns the selected elements
Created in NX5.0.0.
NXOpen::CAE::ElementTypeBuilderElementType ()
 Returns the element type builder.
NXOpen::CAE::SelectCAEFaceListFace ()
 Returns the face when extrude by project to surface
Created in NX5.0.0.
void Flip ()
 Flip the direction of extrude - not journalled
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.
NXString MeshName ()
 Returns the mesh name
Created in NX5.0.0.
NXOpen::CAE::ElementExtrudeBuilder::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::ElementExtrudeBuilder::NewMeshType NewMeshOption ()
 Returns the new mesh option
Created in NX5.0.0.
int NumberOfCopy ()
 Returns the number of copy
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 SetDistanceOption (NXOpen::CAE::ElementExtrudeBuilder::DistanceType distanceOption)
 Sets the distance option
Created in NX5.0.0.
void SetElementDimensionOption (NXOpen::CAE::ElementExtrudeBuilder::ElemDimType 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 SetMeshName (const NXString &meshName)
 Sets the mesh name
Created in NX5.0.0.
void SetMethodOption (NXOpen::CAE::ElementExtrudeBuilder::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::ElementExtrudeBuilder::NewMeshType newMeshOption)
 Sets the new mesh option
Created in NX5.0.0.
void SetNumberOfCopy (int numberOfCopy)
 Sets the number of copy
Created in NX5.0.0.
void SetPercentOffset (double percentOffset)
 Sets the percent offset
Created in NX5.0.0.
void SetTwistOrigin (NXOpen::Point *twistOrigin)
 Sets the twist origin
Created in NX5.0.0.
void SetVector (NXOpen::Direction *vector)
 Sets the vector when extrude along vector
Created in NX5.0.0.
NXOpen::ExpressionTwistAngle ()
 Returns the twist angle
Created in NX5.0.0.
NXOpen::PointTwistOrigin ()
 Returns the twist origin
Created in NX5.0.0.
NXOpen::DirectionVector ()
 Returns the vector when extrude along vector
Created in NX5.0.0.

Detailed Description

Represents a CAE::ElementExtrudeBuilder
To create a new instance of this class, use CAE::NodeElementManager::CreateElementExtrudeBuilder

Created in NX5.0.0.



Member Enumeration Documentation

Distance option.

Enumerator:
DistanceTypePerCopy 

per copy distance

DistanceTypeTotal 

total distance

Dimension of element to be created.

Enumerator:
ElemDimTypeBeam 

beam

ElemDimTypeShell 

shell

Extrusion method.

Enumerator:
MethodTypeVector 

along vector

MethodTypePath 

along path

MethodTypeProjSurface 

project to surface

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 distance
Created in NX5.0.0.



License requirements : None

Returns the distance option
Created in NX5.0.0.



License requirements : None

Returns the edge when extrude along path
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
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 when extrude by project to surface
Created in NX5.0.0.



License requirements : None

Flip the direction of extrude - not journalled
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

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 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 number of copy
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 distance option
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
distanceOptiondistanceoption

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 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 number of copy
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
numberOfCopynumberofcopy

Sets the percent offset
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
percentOffsetpercentoffset

Sets the twist origin
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
twistOrigintwistorigin

Sets the vector when extrude along vector
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
vectorvector

Returns the twist angle
Created in NX5.0.0.



License requirements : None

Returns the twist origin
Created in NX5.0.0.



License requirements : None

Returns the vector when extrude along vector
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.