NX Open C++ Reference Guide
|
Represents a CAE::LaminateFillSetupBuilder builder
To create a new instance of this class, use CAE::LaminateGlobalLayupMgr::CreateLaminateFillSetupBuilder
Created in NX7.5.2.
More...
Public Member Functions | |
NXString | FillName () |
Returns the name of the laminate fill setup Created in NX8.5.0. | |
bool | HomogeneousPlies () |
Returns the option to (de)activate homogeneous ply meshes Created in NX9.0.0. | |
bool | LimitThicknessVariation () |
Returns the layup thickness variation control option Created in NX8.5.0. | |
NXString | Name () |
Returns the name of the fill setup | |
NXOpen::CAE::LaminateSelectEntitiesBuilder * | Selection () |
Returns the face(s) on which to perform the fill Created in NX7.5.2. | |
void | SetFillName (const NXString &fillName) |
Sets the name of the laminate fill setup Created in NX8.5.0. | |
void | SetFillName (const char *fillName) |
Sets the name of the laminate fill setup Created in NX8.5.0. | |
void | SetHomogeneousPlies (bool homogeneousPlies) |
Sets the option to (de)activate homogeneous ply meshes Created in NX9.0.0. | |
void | SetLimitThicknessVariation (bool limitThicknessVariation) |
Sets the layup thickness variation control option Created in NX8.5.0. | |
void | SetName (const NXString &name) |
Sets the name of the fill setup | |
void | SetName (const char *name) |
Sets the name of the fill setup | |
void | SetSinglePlyPerLayer (bool singlePlyPerLayer) |
Sets the option to group plies into single layer(s) of extruded elements Created in NX8.5.0. | |
void | SetThicknessVariationDownLimit (double thicknessVariationDownLimit) |
Sets the global maximum allowed relative thickness reduction variation, in percentage Created in NX8.5.0. | |
void | SetThicknessVariationUpLimit (double thicknessVariationUpLimit) |
Sets the global maximum allowed relative thickness increase variation, in percentage Created in NX8.5.0. | |
bool | SinglePlyPerLayer () |
Returns the option to group plies into single layer(s) of extruded elements Created in NX8.5.0. | |
double | ThicknessVariationDownLimit () |
Returns the global maximum allowed relative thickness reduction variation, in percentage Created in NX8.5.0. | |
double | ThicknessVariationUpLimit () |
Returns the global maximum allowed relative thickness increase variation, in percentage Created in NX8.5.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a CAE::LaminateFillSetupBuilder builder
To create a new instance of this class, use CAE::LaminateGlobalLayupMgr::CreateLaminateFillSetupBuilder
Created in NX7.5.2.
NXString NXOpen::CAE::LaminateFillSetupBuilder::FillName | ( | ) |
Returns the name of the laminate fill setup
Created in NX8.5.0.
License requirements : None
bool NXOpen::CAE::LaminateFillSetupBuilder::HomogeneousPlies | ( | ) |
Returns the option to (de)activate homogeneous ply meshes
Created in NX9.0.0.
License requirements : None
bool NXOpen::CAE::LaminateFillSetupBuilder::LimitThicknessVariation | ( | ) |
Returns the layup thickness variation control option
Created in NX8.5.0.
License requirements : None
NXString NXOpen::CAE::LaminateFillSetupBuilder::Name | ( | ) |
Returns the name of the fill setup
Use CAE::LaminateFillSetupBuilder::FillName instead.
Created in NX7.5.2.
License requirements : None
NXOpen::CAE::LaminateSelectEntitiesBuilder* NXOpen::CAE::LaminateFillSetupBuilder::Selection | ( | ) |
Returns the face(s) on which to perform the fill
Created in NX7.5.2.
License requirements : None
void NXOpen::CAE::LaminateFillSetupBuilder::SetFillName | ( | const NXString & | fillName | ) |
Sets the name of the laminate fill setup
Created in NX8.5.0.
License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")
fillName | fillname |
void NXOpen::CAE::LaminateFillSetupBuilder::SetFillName | ( | const char * | fillName | ) |
Sets the name of the laminate fill setup
Created in NX8.5.0.
License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")
fillName | fillname |
void NXOpen::CAE::LaminateFillSetupBuilder::SetHomogeneousPlies | ( | bool | homogeneousPlies | ) |
Sets the option to (de)activate homogeneous ply meshes
Created in NX9.0.0.
License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")
homogeneousPlies | homogeneousplies |
void NXOpen::CAE::LaminateFillSetupBuilder::SetLimitThicknessVariation | ( | bool | limitThicknessVariation | ) |
Sets the layup thickness variation control option
Created in NX8.5.0.
License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")
limitThicknessVariation | limitthicknessvariation |
void NXOpen::CAE::LaminateFillSetupBuilder::SetName | ( | const NXString & | name | ) |
Sets the name of the fill setup
Use CAE::LaminateFillSetupBuilder::SetFillName instead.
Created in NX7.5.2.
License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")
name | name |
void NXOpen::CAE::LaminateFillSetupBuilder::SetName | ( | const char * | name | ) |
Sets the name of the fill setup
Use CAE::LaminateFillSetupBuilder::SetFillName instead.
Created in NX7.5.2.
License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")
name | name |
void NXOpen::CAE::LaminateFillSetupBuilder::SetSinglePlyPerLayer | ( | bool | singlePlyPerLayer | ) |
Sets the option to group plies into single layer(s) of extruded elements
Created in NX8.5.0.
License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")
singlePlyPerLayer | singleplyperlayer |
void NXOpen::CAE::LaminateFillSetupBuilder::SetThicknessVariationDownLimit | ( | double | thicknessVariationDownLimit | ) |
Sets the global maximum allowed relative thickness reduction variation, in percentage
Created in NX8.5.0.
License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")
thicknessVariationDownLimit | thicknessvariationdownlimit |
void NXOpen::CAE::LaminateFillSetupBuilder::SetThicknessVariationUpLimit | ( | double | thicknessVariationUpLimit | ) |
Sets the global maximum allowed relative thickness increase variation, in percentage
Created in NX8.5.0.
License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")
thicknessVariationUpLimit | thicknessvariationuplimit |
bool NXOpen::CAE::LaminateFillSetupBuilder::SinglePlyPerLayer | ( | ) |
Returns the option to group plies into single layer(s) of extruded elements
Created in NX8.5.0.
License requirements : None
double NXOpen::CAE::LaminateFillSetupBuilder::ThicknessVariationDownLimit | ( | ) |
Returns the global maximum allowed relative thickness reduction variation, in percentage
Created in NX8.5.0.
License requirements : None
double NXOpen::CAE::LaminateFillSetupBuilder::ThicknessVariationUpLimit | ( | ) |
Returns the global maximum allowed relative thickness increase variation, in percentage
Created in NX8.5.0.
License requirements : None