|
NX Open C++ Reference Guide
|
Builder used to modify the ply maximum accepted thickness variation for laminate fill
To create a new instance of this class, use CAE::LaminatePly::CreateLaminatePlyMaxThicknessVarBuilder
Created in NX8.5.0.
More...
Public Member Functions | |
| void | SetThicknessOverride (bool thicknessOverride) |
| Sets the layup thickness variation limit override option Created in NX8.5.0. | |
| void | SetThicknessVariationDownLimit (double thicknessVariationDownLimit) |
| Sets the maximum allowed relative thickness reduction variation, in percentage, for the ply Created in NX8.5.0. | |
| void | SetThicknessVariationUpLimit (double thicknessVariationUpLimit) |
| Sets the maximum allowed relative thickness increase variation, in percentage, for the ply Created in NX8.5.0. | |
| bool | ThicknessOverride () |
| Returns the layup thickness variation limit override option Created in NX8.5.0. | |
| double | ThicknessVariationDownLimit () |
| Returns the maximum allowed relative thickness reduction variation, in percentage, for the ply Created in NX8.5.0. | |
| double | ThicknessVariationUpLimit () |
| Returns the maximum allowed relative thickness increase variation, in percentage, for the ply Created in NX8.5.0. | |
Public Member Functions inherited from NXOpen::Builder | |
| 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. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Builder used to modify the ply maximum accepted thickness variation for laminate fill
To create a new instance of this class, use CAE::LaminatePly::CreateLaminatePlyMaxThicknessVarBuilder
Created in NX8.5.0.
| void NXOpen::CAE::LaminatePlyMaxThicknessVarBuilder::SetThicknessOverride | ( | bool | thicknessOverride | ) |
Sets the layup thickness variation limit override option
Created in NX8.5.0.
License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")
| thicknessOverride | thicknessoverride |
| void NXOpen::CAE::LaminatePlyMaxThicknessVarBuilder::SetThicknessVariationDownLimit | ( | double | thicknessVariationDownLimit | ) |
Sets the maximum allowed relative thickness reduction variation, in percentage, for the ply
Created in NX8.5.0.
License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")
| thicknessVariationDownLimit | thicknessvariationdownlimit |
| void NXOpen::CAE::LaminatePlyMaxThicknessVarBuilder::SetThicknessVariationUpLimit | ( | double | thicknessVariationUpLimit | ) |
Sets the maximum allowed relative thickness increase variation, in percentage, for the ply
Created in NX8.5.0.
License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")
| thicknessVariationUpLimit | thicknessvariationuplimit |
| bool NXOpen::CAE::LaminatePlyMaxThicknessVarBuilder::ThicknessOverride | ( | ) |
Returns the layup thickness variation limit override option
Created in NX8.5.0.
License requirements : None
| double NXOpen::CAE::LaminatePlyMaxThicknessVarBuilder::ThicknessVariationDownLimit | ( | ) |
Returns the maximum allowed relative thickness reduction variation, in percentage, for the ply
Created in NX8.5.0.
License requirements : None
| double NXOpen::CAE::LaminatePlyMaxThicknessVarBuilder::ThicknessVariationUpLimit | ( | ) |
Returns the maximum allowed relative thickness increase variation, in percentage, for the ply
Created in NX8.5.0.
License requirements : None