LaminateExtrudeSetupBuilder Class¶
-
class
NXOpen.CAE.LaminateExtrudeSetupBuilder¶ Bases:
NXOpen.BuilderRepresents a
NXOpen.CAE.LaminateExtrudeSetupbuilderTo create a new instance of this class, use
NXOpen.CAE.LaminateGlobalLayupMgr.CreateLaminateExtrudeSetupBuilder()Default values.
Property Value CutFaceDrops 0 FlipNormals 0 KeepInvalidElems 0 MinElemThickness 0.05 NumSmoothIterations 2 SinglePlyPerLayer 1 SmoothNormals 0 SmoothRatio 0.5 New in version NX6.0.4.
Properties¶
| Property | Description |
|---|---|
| CutFaceDrops | Returns or sets the option to consider cut ply elements as drop-offs |
| CutFaceSelect | Returns the cutting face(s) selection |
| Cuts | Returns or sets the option use cutting faces |
| ExtrudeName | Returns or sets the name of the laminate extrusion setup |
| FlipNormals | Returns or sets the option to flip the element normals for the extrusion process |
| HomogeneousPlies | Returns or sets the option to (de)activate homogeneous ply meshes |
| KeepInvalidElems | Returns or sets the option to keep invalid extruded elements |
| MinElemThickness | Returns or sets the relative minimum thickness for a corner node ply element. |
| NumSmoothIterations | Returns or sets the number of iterations for normal smoothing |
| ReferencePlaneLocation | Returns or sets the option to (de)activate reference plane location |
| SamcefElementType | Returns or sets the samcef element type |
| SamcefSolidShells | Returns or sets the option to use SAMCEF solid shells |
| SandwichBottomSkinMeshOption | Returns or sets the bottom-skin-mesh options for the sandwich inflation |
| SandwichInflation | Returns or sets the option to (de)activate the sandwich inflatoin |
| SandwichNumCoreElementLayers | Returns or sets the number of core element layers for the sandwich inflation |
| SandwichTopSkinMeshOption | Returns or sets the top-skin-mesh options for the sandwich inflation |
| Selection | Returns the geometric face(s) and element faces on which to perform the extrusion |
| SinglePlyPerLayer | Returns or sets the option to group plies into single layer(s) of extruded elements |
| SmoothNormals | Returns or sets the option to smooth the shell normals used for extrusion |
| SmoothRatio | Returns or sets the neighbor normal weigth ratio for normal smoothing |
| SnapToCutFaceTolerance | Returns the tolerance to snap nodes to the cutting face borders. |
| Tag | Returns the Tag for this object. |
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¶
| LaminateExtrudeSetupBuilderSamcefElementTypeEnum Enumeration | Samcef element type. |
Property Detail¶
CutFaceDrops¶
-
LaminateExtrudeSetupBuilder.CutFaceDrops¶ Returns or sets the option to consider cut ply elements as drop-offs
-------------------------------------Getter Method
Signature
CutFaceDropsReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CutFaceDropsParameters: cutFaceDrops (bool) – New in version NX9.0.0.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
CutFaceSelect¶
-
LaminateExtrudeSetupBuilder.CutFaceSelect¶ Returns the cutting face(s) selection
-------------------------------------Getter Method
Signature
CutFaceSelectReturns: Return type: NXOpen.CAE.SelectCAEFaceListNew in version NX9.0.0.
License requirements: None.
Cuts¶
-
LaminateExtrudeSetupBuilder.Cuts¶ Returns or sets the option use cutting faces
-------------------------------------Getter Method
Signature
CutsReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CutsParameters: cuts (bool) – New in version NX9.0.0.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
ExtrudeName¶
-
LaminateExtrudeSetupBuilder.ExtrudeName¶ Returns or sets the name of the laminate extrusion setup
-------------------------------------Getter Method
Signature
ExtrudeNameReturns: Return type: str New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ExtrudeNameParameters: extrudeName (str) – New in version NX8.5.0.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
FlipNormals¶
-
LaminateExtrudeSetupBuilder.FlipNormals¶ Returns or sets the option to flip the element normals for the extrusion process
-------------------------------------Getter Method
Signature
FlipNormalsReturns: Return type: bool New in version NX6.0.4.
License requirements: None.
-------------------------------------Setter Method
Signature
FlipNormalsParameters: flipNormals (bool) – New in version NX6.0.4.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
HomogeneousPlies¶
-
LaminateExtrudeSetupBuilder.HomogeneousPlies¶ Returns or sets the option to (de)activate homogeneous ply meshes
-------------------------------------Getter Method
Signature
HomogeneousPliesReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
HomogeneousPliesParameters: homogeneousPlies (bool) – New in version NX9.0.0.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
KeepInvalidElems¶
-
LaminateExtrudeSetupBuilder.KeepInvalidElems¶ Returns or sets the option to keep invalid extruded elements
-------------------------------------Getter Method
Signature
KeepInvalidElemsReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
KeepInvalidElemsParameters: keepInvalidElems (bool) – New in version NX9.0.0.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
MinElemThickness¶
-
LaminateExtrudeSetupBuilder.MinElemThickness¶ Returns or sets the relative minimum thickness for a corner node ply element.
-------------------------------------Getter Method
Signature
MinElemThicknessReturns: Return type: float New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MinElemThicknessParameters: minElemThickness (float) – New in version NX9.0.0.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
NumSmoothIterations¶
-
LaminateExtrudeSetupBuilder.NumSmoothIterations¶ Returns or sets the number of iterations for normal smoothing
-------------------------------------Getter Method
Signature
NumSmoothIterationsReturns: Return type: int New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
NumSmoothIterationsParameters: numSmoothIterations (int) – New in version NX9.0.0.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
ReferencePlaneLocation¶
-
LaminateExtrudeSetupBuilder.ReferencePlaneLocation¶ Returns or sets the option to (de)activate reference plane location
-------------------------------------Getter Method
Signature
ReferencePlaneLocationReturns: Return type: bool New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ReferencePlaneLocationParameters: referencePlaneLocation (bool) – New in version NX11.0.0.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
SamcefElementType¶
-
LaminateExtrudeSetupBuilder.SamcefElementType¶ Returns or sets the samcef element type
-------------------------------------Getter Method
Signature
SamcefElementTypeReturns: Return type: NXOpen.CAE.LaminateExtrudeSetupBuilderSamcefElementTypeEnumNew in version NX12.0.0.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
-------------------------------------Setter Method
Signature
SamcefElementTypeParameters: samcefElementType ( NXOpen.CAE.LaminateExtrudeSetupBuilderSamcefElementTypeEnum) –New in version NX12.0.0.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
SamcefSolidShells¶
-
LaminateExtrudeSetupBuilder.SamcefSolidShells¶ Returns or sets the option to use SAMCEF solid shells
-------------------------------------Getter Method
Signature
SamcefSolidShellsReturns: Return type: bool New in version NX10.0.0.
Deprecated since version NX12.0.0: Use method
NXOpen.CAE.LaminateExtrudeSetupBuilder.SamcefElementType()License requirements: None.
-------------------------------------Setter Method
Signature
SamcefSolidShellsParameters: samcefSolidShells (bool) – New in version NX10.0.0.
Deprecated since version NX12.0.0: Use method
NXOpen.CAE.LaminateExtrudeSetupBuilder.SetSamcefElementType()License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
SandwichBottomSkinMeshOption¶
-
LaminateExtrudeSetupBuilder.SandwichBottomSkinMeshOption¶ Returns or sets the bottom-skin-mesh options for the sandwich inflation
-------------------------------------Getter Method
Signature
SandwichBottomSkinMeshOptionReturns: Return type: int New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SandwichBottomSkinMeshOptionParameters: sandwichBottomSkinMeshOption (int) – New in version NX11.0.0.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
SandwichInflation¶
-
LaminateExtrudeSetupBuilder.SandwichInflation¶ Returns or sets the option to (de)activate the sandwich inflatoin
-------------------------------------Getter Method
Signature
SandwichInflationReturns: Return type: bool New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SandwichInflationParameters: sandwichInflation (bool) – New in version NX11.0.0.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
SandwichNumCoreElementLayers¶
-
LaminateExtrudeSetupBuilder.SandwichNumCoreElementLayers¶ Returns or sets the number of core element layers for the sandwich inflation
-------------------------------------Getter Method
Signature
SandwichNumCoreElementLayersReturns: Return type: int New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SandwichNumCoreElementLayersParameters: sandwichNumCoreElementLayers (int) – New in version NX11.0.0.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
SandwichTopSkinMeshOption¶
-
LaminateExtrudeSetupBuilder.SandwichTopSkinMeshOption¶ Returns or sets the top-skin-mesh options for the sandwich inflation
-------------------------------------Getter Method
Signature
SandwichTopSkinMeshOptionReturns: Return type: int New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SandwichTopSkinMeshOptionParameters: sandwichTopSkinMeshOption (int) – New in version NX11.0.0.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
Selection¶
-
LaminateExtrudeSetupBuilder.Selection¶ Returns the geometric face(s) and element faces on which to perform the extrusion
-------------------------------------Getter Method
Signature
SelectionReturns: Return type: NXOpen.CAE.LaminateSelectEntitiesBuilderNew in version NX7.5.2.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
SinglePlyPerLayer¶
-
LaminateExtrudeSetupBuilder.SinglePlyPerLayer¶ Returns or sets the option to group plies into single layer(s) of extruded elements
-------------------------------------Getter Method
Signature
SinglePlyPerLayerReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SinglePlyPerLayerParameters: singlePlyPerLayer (bool) – New in version NX8.5.0.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
SmoothNormals¶
-
LaminateExtrudeSetupBuilder.SmoothNormals¶ Returns or sets the option to smooth the shell normals used for extrusion
-------------------------------------Getter Method
Signature
SmoothNormalsReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SmoothNormalsParameters: smoothNormals (bool) – New in version NX9.0.0.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
SmoothRatio¶
-
LaminateExtrudeSetupBuilder.SmoothRatio¶ Returns or sets the neighbor normal weigth ratio for normal smoothing
-------------------------------------Getter Method
Signature
SmoothRatioReturns: Return type: float New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SmoothRatioParameters: smoothRatio (float) – New in version NX9.0.0.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
SnapToCutFaceTolerance¶
-
LaminateExtrudeSetupBuilder.SnapToCutFaceTolerance¶ Returns the tolerance to snap nodes to the cutting face borders.
-------------------------------------Getter Method
Signature
SnapToCutFaceToleranceReturns: Return type: NXOpen.ExpressionNew in version NX11.0.0.
License requirements: None.
Method Detail¶
Validate¶
-
LaminateExtrudeSetupBuilder.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.