NX Open C++ Reference Guide
|
Represents a CAE::LaminateExtrudeSetup builder
To create a new instance of this class, use CAE::LaminateGlobalLayupMgr::CreateLaminateExtrudeSetupBuilder
Default values.
More...
Public Member Functions | |
NXOpen::SelectTaggedObjectList * | FaceSelector () |
Returns the face(s) on which to perform the extrusion | |
bool | FlipNormals () |
Returns the option to flip the element normals for the extrusion process Created in NX6.0.4. | |
NXString | Name () |
Returns the name of the extrude setup Created in NX6.0.4. | |
NXOpen::CAE::LaminateSelectEntitiesBuilder * | Selection () |
Returns the geometric face(s) and element faces on which to perform the extrusion Created in NX7.5.2. | |
void | SetFlipNormals (bool flipNormals) |
Sets the option to flip the element normals for the extrusion process Created in NX6.0.4. | |
void | SetName (const NXString &name) |
Sets the name of the extrude setup Created in NX6.0.4. |
Represents a CAE::LaminateExtrudeSetup builder
To create a new instance of this class, use CAE::LaminateGlobalLayupMgr::CreateLaminateExtrudeSetupBuilder
Default values.
Property | Value |
---|---|
FlipNormals |
0 |
Created in NX6.0.4.
Returns the face(s) on which to perform the extrusion
Created in NX6.0.4.
License requirements : None
Returns the option to flip the element normals for the extrusion process
Created in NX6.0.4.
License requirements : None
Returns the name of the extrude setup
Created in NX6.0.4.
License requirements : None
Returns the geometric face(s) and element faces on which to perform the extrusion
Created in NX7.5.2.
License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")
void NXOpen::CAE::LaminateExtrudeSetupBuilder::SetFlipNormals | ( | bool | flipNormals | ) |
Sets the option to flip the element normals for the extrusion process
Created in NX6.0.4.
License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")
flipNormals | flipnormals |
void NXOpen::CAE::LaminateExtrudeSetupBuilder::SetName | ( | const NXString & | name | ) |
Sets the name of the extrude setup
Created in NX6.0.4.
License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")
name | name |