LaminateSpreadsheetReportBuilder Class¶
-
class
NXOpen.CAE.LaminateSpreadsheetReportBuilder¶ Bases:
NXOpen.BuilderRepresents a
NXOpen.CAE.LaminateSpreadsheetReportbuilderThere is no kf creator.
New in version NX8.0.0.
Properties¶
| Property | Description |
|---|---|
| AbsValueFilter | Returns or sets the absolute value filtering option |
| AbsValueSort | Returns or sets the absolute value sorting option |
| DetailedOutput | Returns or sets the detailed output display |
| ElemNodalOption | Returns or sets the solver input |
| ElementFilter | Returns the element filter |
| FailureIndex | Returns or sets the failure index |
| FailureIndexRule | Returns or sets the failure index summary table enveloping rule |
| FailureMode | Returns or sets the failure mode |
| FilterType | Returns or sets the filter type to use for detailed output |
| Name | Returns or sets the name of the spreadsheet report |
| PlyBottom | Returns or sets the state of the ply stress calculation at the bottom of each ply |
| PlyFilter | Returns the ply filter |
| PlyMiddle | Returns or sets the state of the ply stress calculation at the middle of each ply |
| PlyStrainOutput | Returns or sets the ply strains output control |
| PlyStrainRule | Returns or sets the ply strains summary table enveloping rule |
| PlyStressCoordSys | Returns or sets the ply stresses and strains coordinate system |
| PlyStressMaxP | Returns or sets the ply maximum principal stress and/or strain |
| PlyStressMaxS | Returns or sets the ply maximum shear stress and/or strain |
| PlyStressMinP | Returns or sets the ply minimum principal stress and/or strain |
| PlyStressOutput | Returns or sets the ply stresses output control |
| PlyStressRule | Returns or sets the ply stresses summary table enveloping rule |
| PlyStressXX | Returns or sets the ply stress and/or strain XX component |
| PlyStressXY | Returns or sets the ply stress and/or strain XY component |
| PlyStressYY | Returns or sets the ply stress and/or strain YY component |
| PlyStressYZ | Returns or sets the ply stress and/or strain YZ component |
| PlyStressZX | Returns or sets the ply stress and/or strain ZX component |
| PlyStressZZ | Returns or sets the ply stress and/or strain ZZ component |
| PlyTop | Returns or sets the state of the ply stress calculation at the top of each ply |
| SafetyFactor | Returns or sets the safety factor |
| SafetyMargin | Returns or sets the margin of safety |
| SafetyMarginRule | Returns or sets the strength ratio summary table enveloping rule |
| ShellResultantFx | Returns or sets the shell stress resultant Fx component |
| ShellResultantFxy | Returns or sets the shell stress resultant Fxy component |
| ShellResultantFy | Returns or sets the shell stress resultant Fy component |
| ShellResultantMx | Returns or sets the shell stress resultant Mx component |
| ShellResultantMxy | Returns or sets the shell stress resultant Mxy component |
| ShellResultantMy | Returns or sets the shell stress resultant My component |
| ShellResultantQx | Returns or sets the shell stress resultant Qx component |
| ShellResultantQy | Returns or sets the shell stress resultant Qy component |
| SolverInput | Returns or sets the solver input |
| SolverPlyStress | Returns or sets the solver ply stresses |
| SolverShellResultant | Returns or sets the solver shell stress resultant |
| SortOrder | Returns or sets the sorting order |
| SortType | Returns or sets the sorting criteria |
| StrengthRatio | Returns or sets the strength ratio |
| StrengthRatioRule | Returns or sets the strength ratio summary table enveloping rule |
| Tag | Returns the Tag for this object. |
| ThresholdType | Returns or sets the filtering threshold type |
| ThresholdValue | Returns or sets the filtering threshold value |
Methods¶
| Method | Description |
|---|---|
| Commit | Commits any edits that have been applied to the builder. |
| Destroy | Deletes the builder, and cleans up any objects created by the builder. |
| GetCommittedObjects | For builders that create more than one object, this method returns the objects that are created by commit. |
| GetObject | Returns the object currently being edited by this builder. |
| ShowResults | Updates the model to reflect the result of an edit to the model for all builders that support showing results. |
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Enumerations¶
| LaminateSpreadsheetReportBuilderCoordinateSystemType Enumeration | Coordinate system to use for ply stresses, ply failure indices, ply strength ratios and ply margins of safety calculation. |
| LaminateSpreadsheetReportBuilderElemNodalOptionType Enumeration | Element-Nodal option |
| LaminateSpreadsheetReportBuilderEnvelopeRule Enumeration | Result enveloping rules. |
| LaminateSpreadsheetReportBuilderFailureModeType Enumeration | Failure indices mode. |
| LaminateSpreadsheetReportBuilderFilteringType Enumeration | Filtering rule for the spreadsheet post report |
| LaminateSpreadsheetReportBuilderSolverInputType Enumeration | Solver input type |
| LaminateSpreadsheetReportBuilderSortOrderType Enumeration | Sorting order : acending or descending |
| LaminateSpreadsheetReportBuilderSortingType Enumeration | Sorting rule for the spreadsheet post report |
| LaminateSpreadsheetReportBuilderThreshType Enumeration | The type of threshold used to filter results. |
Property Detail¶
AbsValueFilter¶
-
LaminateSpreadsheetReportBuilder.AbsValueFilter¶ Returns or sets the absolute value filtering option
-------------------------------------Getter Method
Signature
AbsValueFilterReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AbsValueFilterParameters: absValueFilter (bool) – New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
AbsValueSort¶
-
LaminateSpreadsheetReportBuilder.AbsValueSort¶ Returns or sets the absolute value sorting option
-------------------------------------Getter Method
Signature
AbsValueSortReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AbsValueSortParameters: absValueSort (bool) – New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
DetailedOutput¶
-
LaminateSpreadsheetReportBuilder.DetailedOutput¶ Returns or sets the detailed output display
-------------------------------------Getter Method
Signature
DetailedOutputReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DetailedOutputParameters: detailedOutput (bool) – New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
ElemNodalOption¶
-
LaminateSpreadsheetReportBuilder.ElemNodalOption¶ Returns or sets the solver input
-------------------------------------Getter Method
Signature
ElemNodalOptionReturns: Return type: NXOpen.CAE.LaminateSpreadsheetReportBuilderElemNodalOptionTypeNew in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ElemNodalOptionParameters: elemNodalOption ( NXOpen.CAE.LaminateSpreadsheetReportBuilderElemNodalOptionType) –New in version NX10.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
ElementFilter¶
-
LaminateSpreadsheetReportBuilder.ElementFilter¶ Returns the element filter
-------------------------------------Getter Method
Signature
ElementFilterReturns: Return type: NXOpen.CAE.LaminateElementFilterBuilderNew in version NX8.0.0.
License requirements: None.
FailureIndex¶
-
LaminateSpreadsheetReportBuilder.FailureIndex¶ Returns or sets the failure index
-------------------------------------Getter Method
Signature
FailureIndexReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FailureIndexParameters: failureIndex (bool) – New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
FailureIndexRule¶
-
LaminateSpreadsheetReportBuilder.FailureIndexRule¶ Returns or sets the failure index summary table enveloping rule
-------------------------------------Getter Method
Signature
FailureIndexRuleReturns: Return type: NXOpen.CAE.LaminateSpreadsheetReportBuilderEnvelopeRuleNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FailureIndexRuleParameters: failureIndexRule ( NXOpen.CAE.LaminateSpreadsheetReportBuilderEnvelopeRule) –New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
FailureMode¶
-
LaminateSpreadsheetReportBuilder.FailureMode¶ Returns or sets the failure mode
-------------------------------------Getter Method
Signature
FailureModeReturns: Return type: NXOpen.CAE.LaminateSpreadsheetReportBuilderFailureModeTypeNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FailureModeParameters: failureMode ( NXOpen.CAE.LaminateSpreadsheetReportBuilderFailureModeType) –New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
FilterType¶
-
LaminateSpreadsheetReportBuilder.FilterType¶ Returns or sets the filter type to use for detailed output
-------------------------------------Getter Method
Signature
FilterTypeReturns: Return type: NXOpen.CAE.LaminateSpreadsheetReportBuilderFilteringTypeNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FilterTypeParameters: filterType ( NXOpen.CAE.LaminateSpreadsheetReportBuilderFilteringType) –New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
Name¶
-
LaminateSpreadsheetReportBuilder.Name¶ Returns or sets the name of the spreadsheet report
-------------------------------------Getter Method
Signature
NameReturns: Return type: str New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
NameParameters: name (str) – New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
PlyBottom¶
-
LaminateSpreadsheetReportBuilder.PlyBottom¶ Returns or sets the state of the ply stress calculation at the bottom of each ply
-------------------------------------Getter Method
Signature
PlyBottomReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PlyBottomParameters: plyBottom (bool) – New in version NX8.5.0.
License requirements: nx_lam_composites (“Laminate Composites”)
PlyFilter¶
-
LaminateSpreadsheetReportBuilder.PlyFilter¶ Returns the ply filter
-------------------------------------Getter Method
Signature
PlyFilterReturns: Return type: NXOpen.CAE.LaminatePlyFilterBuilderNew in version NX8.0.0.
License requirements: None.
PlyMiddle¶
-
LaminateSpreadsheetReportBuilder.PlyMiddle¶ Returns or sets the state of the ply stress calculation at the middle of each ply
-------------------------------------Getter Method
Signature
PlyMiddleReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PlyMiddleParameters: plyMiddle (bool) – New in version NX8.5.0.
License requirements: nx_lam_composites (“Laminate Composites”)
PlyStrainOutput¶
-
LaminateSpreadsheetReportBuilder.PlyStrainOutput¶ Returns or sets the ply strains output control
-------------------------------------Getter Method
Signature
PlyStrainOutputReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PlyStrainOutputParameters: plyStrainOutput (bool) – New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
PlyStrainRule¶
-
LaminateSpreadsheetReportBuilder.PlyStrainRule¶ Returns or sets the ply strains summary table enveloping rule
-------------------------------------Getter Method
Signature
PlyStrainRuleReturns: Return type: NXOpen.CAE.LaminateSpreadsheetReportBuilderEnvelopeRuleNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PlyStrainRuleParameters: plyStrainRule ( NXOpen.CAE.LaminateSpreadsheetReportBuilderEnvelopeRule) –New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
PlyStressCoordSys¶
-
LaminateSpreadsheetReportBuilder.PlyStressCoordSys¶ Returns or sets the ply stresses and strains coordinate system
-------------------------------------Getter Method
Signature
PlyStressCoordSysReturns: Return type: NXOpen.CAE.LaminateSpreadsheetReportBuilderCoordinateSystemTypeNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PlyStressCoordSysParameters: plyStressCoordSys ( NXOpen.CAE.LaminateSpreadsheetReportBuilderCoordinateSystemType) –New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
PlyStressMaxP¶
-
LaminateSpreadsheetReportBuilder.PlyStressMaxP¶ Returns or sets the ply maximum principal stress and/or strain
-------------------------------------Getter Method
Signature
PlyStressMaxPReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PlyStressMaxPParameters: plyStressMaxP (bool) – New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
PlyStressMaxS¶
-
LaminateSpreadsheetReportBuilder.PlyStressMaxS¶ Returns or sets the ply maximum shear stress and/or strain
-------------------------------------Getter Method
Signature
PlyStressMaxSReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PlyStressMaxSParameters: plyStressMaxS (bool) – New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
PlyStressMinP¶
-
LaminateSpreadsheetReportBuilder.PlyStressMinP¶ Returns or sets the ply minimum principal stress and/or strain
-------------------------------------Getter Method
Signature
PlyStressMinPReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PlyStressMinPParameters: plyStressMinP (bool) – New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
PlyStressOutput¶
-
LaminateSpreadsheetReportBuilder.PlyStressOutput¶ Returns or sets the ply stresses output control
-------------------------------------Getter Method
Signature
PlyStressOutputReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PlyStressOutputParameters: plyStressOutput (bool) – New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
PlyStressRule¶
-
LaminateSpreadsheetReportBuilder.PlyStressRule¶ Returns or sets the ply stresses summary table enveloping rule
-------------------------------------Getter Method
Signature
PlyStressRuleReturns: Return type: NXOpen.CAE.LaminateSpreadsheetReportBuilderEnvelopeRuleNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PlyStressRuleParameters: plyStressRule ( NXOpen.CAE.LaminateSpreadsheetReportBuilderEnvelopeRule) –New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
PlyStressXX¶
-
LaminateSpreadsheetReportBuilder.PlyStressXX¶ Returns or sets the ply stress and/or strain XX component
-------------------------------------Getter Method
Signature
PlyStressXXReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PlyStressXXParameters: plyStressXX (bool) – New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
PlyStressXY¶
-
LaminateSpreadsheetReportBuilder.PlyStressXY¶ Returns or sets the ply stress and/or strain XY component
-------------------------------------Getter Method
Signature
PlyStressXYReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PlyStressXYParameters: plyStressXY (bool) – New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
PlyStressYY¶
-
LaminateSpreadsheetReportBuilder.PlyStressYY¶ Returns or sets the ply stress and/or strain YY component
-------------------------------------Getter Method
Signature
PlyStressYYReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PlyStressYYParameters: plyStressYY (bool) – New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
PlyStressYZ¶
-
LaminateSpreadsheetReportBuilder.PlyStressYZ¶ Returns or sets the ply stress and/or strain YZ component
-------------------------------------Getter Method
Signature
PlyStressYZReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PlyStressYZParameters: plyStressYZ (bool) – New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
PlyStressZX¶
-
LaminateSpreadsheetReportBuilder.PlyStressZX¶ Returns or sets the ply stress and/or strain ZX component
-------------------------------------Getter Method
Signature
PlyStressZXReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PlyStressZXParameters: plyStressZX (bool) – New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
PlyStressZZ¶
-
LaminateSpreadsheetReportBuilder.PlyStressZZ¶ Returns or sets the ply stress and/or strain ZZ component
-------------------------------------Getter Method
Signature
PlyStressZZReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PlyStressZZParameters: plyStressZZ (bool) – New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
PlyTop¶
-
LaminateSpreadsheetReportBuilder.PlyTop¶ Returns or sets the state of the ply stress calculation at the top of each ply
-------------------------------------Getter Method
Signature
PlyTopReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PlyTopParameters: plyTop (bool) – New in version NX8.5.0.
License requirements: nx_lam_composites (“Laminate Composites”)
SafetyFactor¶
-
LaminateSpreadsheetReportBuilder.SafetyFactor¶ Returns or sets the safety factor
-------------------------------------Getter Method
Signature
SafetyFactorReturns: Return type: float New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SafetyFactorParameters: safetyFactor (float) – New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
SafetyMargin¶
-
LaminateSpreadsheetReportBuilder.SafetyMargin¶ Returns or sets the margin of safety
-------------------------------------Getter Method
Signature
SafetyMarginReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SafetyMarginParameters: safetyMargin (bool) – New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
SafetyMarginRule¶
-
LaminateSpreadsheetReportBuilder.SafetyMarginRule¶ Returns or sets the strength ratio summary table enveloping rule
-------------------------------------Getter Method
Signature
SafetyMarginRuleReturns: Return type: NXOpen.CAE.LaminateSpreadsheetReportBuilderEnvelopeRuleNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SafetyMarginRuleParameters: safetyMarginRule ( NXOpen.CAE.LaminateSpreadsheetReportBuilderEnvelopeRule) –New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
ShellResultantFx¶
-
LaminateSpreadsheetReportBuilder.ShellResultantFx¶ Returns or sets the shell stress resultant Fx component
-------------------------------------Getter Method
Signature
ShellResultantFxReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShellResultantFxParameters: shellResultantFx (bool) – New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
ShellResultantFxy¶
-
LaminateSpreadsheetReportBuilder.ShellResultantFxy¶ Returns or sets the shell stress resultant Fxy component
-------------------------------------Getter Method
Signature
ShellResultantFxyReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShellResultantFxyParameters: shellResultantFxy (bool) – New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
ShellResultantFy¶
-
LaminateSpreadsheetReportBuilder.ShellResultantFy¶ Returns or sets the shell stress resultant Fy component
-------------------------------------Getter Method
Signature
ShellResultantFyReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShellResultantFyParameters: shellResultantFy (bool) – New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
ShellResultantMx¶
-
LaminateSpreadsheetReportBuilder.ShellResultantMx¶ Returns or sets the shell stress resultant Mx component
-------------------------------------Getter Method
Signature
ShellResultantMxReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShellResultantMxParameters: shellResultantMx (bool) – New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
ShellResultantMxy¶
-
LaminateSpreadsheetReportBuilder.ShellResultantMxy¶ Returns or sets the shell stress resultant Mxy component
-------------------------------------Getter Method
Signature
ShellResultantMxyReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShellResultantMxyParameters: shellResultantMxy (bool) – New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
ShellResultantMy¶
-
LaminateSpreadsheetReportBuilder.ShellResultantMy¶ Returns or sets the shell stress resultant My component
-------------------------------------Getter Method
Signature
ShellResultantMyReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShellResultantMyParameters: shellResultantMy (bool) – New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
ShellResultantQx¶
-
LaminateSpreadsheetReportBuilder.ShellResultantQx¶ Returns or sets the shell stress resultant Qx component
-------------------------------------Getter Method
Signature
ShellResultantQxReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShellResultantQxParameters: shellResultantQx (bool) – New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
ShellResultantQy¶
-
LaminateSpreadsheetReportBuilder.ShellResultantQy¶ Returns or sets the shell stress resultant Qy component
-------------------------------------Getter Method
Signature
ShellResultantQyReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShellResultantQyParameters: shellResultantQy (bool) – New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
SolverInput¶
-
LaminateSpreadsheetReportBuilder.SolverInput¶ Returns or sets the solver input
-------------------------------------Getter Method
Signature
SolverInputReturns: Return type: NXOpen.CAE.LaminateSpreadsheetReportBuilderSolverInputTypeNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SolverInputParameters: solverInput ( NXOpen.CAE.LaminateSpreadsheetReportBuilderSolverInputType) –New in version NX9.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
SolverPlyStress¶
-
LaminateSpreadsheetReportBuilder.SolverPlyStress¶ Returns or sets the solver ply stresses
-------------------------------------Getter Method
Signature
SolverPlyStressReturns: Return type: bool New in version NX8.0.0.
Deprecated since version NX9.0.0: Use
NXOpen.CAE.LaminateSpreadsheetReportBuilder.SolverInput()instead.License requirements: None.
-------------------------------------Setter Method
Signature
SolverPlyStressParameters: solverPlyStress (bool) – New in version NX8.0.0.
Deprecated since version NX9.0.0: Use
NXOpen.CAE.LaminateSpreadsheetReportBuilder.SetSolverInput()instead.License requirements: nx_lam_composites (“Laminate Composites”)
SolverShellResultant¶
-
LaminateSpreadsheetReportBuilder.SolverShellResultant¶ Returns or sets the solver shell stress resultant
-------------------------------------Getter Method
Signature
SolverShellResultantReturns: Return type: bool New in version NX8.0.0.
Deprecated since version NX9.0.0: Use
NXOpen.CAE.LaminateSpreadsheetReportBuilder.SolverInput()instead.License requirements: None.
-------------------------------------Setter Method
Signature
SolverShellResultantParameters: solverShellResultant (bool) – New in version NX8.0.0.
Deprecated since version NX9.0.0: Use
NXOpen.CAE.LaminateSpreadsheetReportBuilder.SetSolverInput()instead.License requirements: nx_lam_composites (“Laminate Composites”)
SortOrder¶
-
LaminateSpreadsheetReportBuilder.SortOrder¶ Returns or sets the sorting order
-------------------------------------Getter Method
Signature
SortOrderReturns: Return type: NXOpen.CAE.LaminateSpreadsheetReportBuilderSortOrderTypeNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SortOrderParameters: sortOrder ( NXOpen.CAE.LaminateSpreadsheetReportBuilderSortOrderType) –New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
SortType¶
-
LaminateSpreadsheetReportBuilder.SortType¶ Returns or sets the sorting criteria
-------------------------------------Getter Method
Signature
SortTypeReturns: Return type: NXOpen.CAE.LaminateSpreadsheetReportBuilderSortingTypeNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SortTypeParameters: sortType ( NXOpen.CAE.LaminateSpreadsheetReportBuilderSortingType) –New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
StrengthRatio¶
-
LaminateSpreadsheetReportBuilder.StrengthRatio¶ Returns or sets the strength ratio
-------------------------------------Getter Method
Signature
StrengthRatioReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StrengthRatioParameters: strengthRatio (bool) – New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
StrengthRatioRule¶
-
LaminateSpreadsheetReportBuilder.StrengthRatioRule¶ Returns or sets the strength ratio summary table enveloping rule
-------------------------------------Getter Method
Signature
StrengthRatioRuleReturns: Return type: NXOpen.CAE.LaminateSpreadsheetReportBuilderEnvelopeRuleNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StrengthRatioRuleParameters: strengthRatioRule ( NXOpen.CAE.LaminateSpreadsheetReportBuilderEnvelopeRule) –New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
ThresholdType¶
-
LaminateSpreadsheetReportBuilder.ThresholdType¶ Returns or sets the filtering threshold type
-------------------------------------Getter Method
Signature
ThresholdTypeReturns: Return type: NXOpen.CAE.LaminateSpreadsheetReportBuilderThreshTypeNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ThresholdTypeParameters: thresholdType ( NXOpen.CAE.LaminateSpreadsheetReportBuilderThreshType) –New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
ThresholdValue¶
-
LaminateSpreadsheetReportBuilder.ThresholdValue¶ Returns or sets the filtering threshold value
-------------------------------------Getter Method
Signature
ThresholdValueReturns: Return type: float New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ThresholdValueParameters: thresholdValue (float) – New in version NX8.0.0.
License requirements: nx_lam_composites (“Laminate Composites”)
Method Detail¶
Validate¶
-
LaminateSpreadsheetReportBuilder.Validate¶ Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.
Signature
Validate()Returns: Was self validation successful Return type: bool New in version NX3.0.1.
License requirements: None.