LaminateSpreadsheetReportBuilder Class

class NXOpen.CAE.LaminateSpreadsheetReportBuilder

Bases: NXOpen.Builder

Represents a NXOpen.CAE.LaminateSpreadsheetReport builder

There 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 AbsValueFilter

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature AbsValueFilter

Parameters: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 AbsValueSort

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature AbsValueSort

Parameters: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 DetailedOutput

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature DetailedOutput

Parameters: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 ElemNodalOption

Returns:
Return type:NXOpen.CAE.LaminateSpreadsheetReportBuilderElemNodalOptionType

New in version NX10.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ElemNodalOption

Parameters: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 ElementFilter

Returns:
Return type:NXOpen.CAE.LaminateElementFilterBuilder

New in version NX8.0.0.

License requirements: None.

FailureIndex

LaminateSpreadsheetReportBuilder.FailureIndex

Returns or sets the failure index

-------------------------------------

Getter Method

Signature FailureIndex

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature FailureIndex

Parameters: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 FailureIndexRule

Returns:
Return type:NXOpen.CAE.LaminateSpreadsheetReportBuilderEnvelopeRule

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature FailureIndexRule

Parameters: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 FailureMode

Returns:
Return type:NXOpen.CAE.LaminateSpreadsheetReportBuilderFailureModeType

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature FailureMode

Parameters: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 FilterType

Returns:
Return type:NXOpen.CAE.LaminateSpreadsheetReportBuilderFilteringType

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature FilterType

Parameters: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 Name

Returns:
Return type:str

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Name

Parameters: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 PlyBottom

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PlyBottom

Parameters: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 PlyFilter

Returns:
Return type:NXOpen.CAE.LaminatePlyFilterBuilder

New 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 PlyMiddle

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PlyMiddle

Parameters: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 PlyStrainOutput

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PlyStrainOutput

Parameters: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 PlyStrainRule

Returns:
Return type:NXOpen.CAE.LaminateSpreadsheetReportBuilderEnvelopeRule

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PlyStrainRule

Parameters: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 PlyStressCoordSys

Returns:
Return type:NXOpen.CAE.LaminateSpreadsheetReportBuilderCoordinateSystemType

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PlyStressCoordSys

Parameters: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 PlyStressMaxP

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PlyStressMaxP

Parameters: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 PlyStressMaxS

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PlyStressMaxS

Parameters: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 PlyStressMinP

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PlyStressMinP

Parameters: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 PlyStressOutput

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PlyStressOutput

Parameters: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 PlyStressRule

Returns:
Return type:NXOpen.CAE.LaminateSpreadsheetReportBuilderEnvelopeRule

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PlyStressRule

Parameters: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 PlyStressXX

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PlyStressXX

Parameters: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 PlyStressXY

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PlyStressXY

Parameters: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 PlyStressYY

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PlyStressYY

Parameters: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 PlyStressYZ

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PlyStressYZ

Parameters: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 PlyStressZX

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PlyStressZX

Parameters: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 PlyStressZZ

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PlyStressZZ

Parameters: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 PlyTop

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PlyTop

Parameters: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 SafetyFactor

Returns:
Return type:float

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature SafetyFactor

Parameters: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 SafetyMargin

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature SafetyMargin

Parameters: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 SafetyMarginRule

Returns:
Return type:NXOpen.CAE.LaminateSpreadsheetReportBuilderEnvelopeRule

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature SafetyMarginRule

Parameters: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 ShellResultantFx

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ShellResultantFx

Parameters: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 ShellResultantFxy

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ShellResultantFxy

Parameters: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 ShellResultantFy

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ShellResultantFy

Parameters: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 ShellResultantMx

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ShellResultantMx

Parameters: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 ShellResultantMxy

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ShellResultantMxy

Parameters: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 ShellResultantMy

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ShellResultantMy

Parameters: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 ShellResultantQx

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ShellResultantQx

Parameters: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 ShellResultantQy

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ShellResultantQy

Parameters: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 SolverInput

Returns:
Return type:NXOpen.CAE.LaminateSpreadsheetReportBuilderSolverInputType

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature SolverInput

Parameters: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 SolverPlyStress

Returns:
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 SolverPlyStress

Parameters: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 SolverShellResultant

Returns:
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 SolverShellResultant

Parameters: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 SortOrder

Returns:
Return type:NXOpen.CAE.LaminateSpreadsheetReportBuilderSortOrderType

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature SortOrder

Parameters: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 SortType

Returns:
Return type:NXOpen.CAE.LaminateSpreadsheetReportBuilderSortingType

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature SortType

Parameters: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 StrengthRatio

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature StrengthRatio

Parameters: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 StrengthRatioRule

Returns:
Return type:NXOpen.CAE.LaminateSpreadsheetReportBuilderEnvelopeRule

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature StrengthRatioRule

Parameters: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 ThresholdType

Returns:
Return type:NXOpen.CAE.LaminateSpreadsheetReportBuilderThreshType

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ThresholdType

Parameters: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 ThresholdValue

Returns:
Return type:float

New in version NX8.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ThresholdValue

Parameters: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.