CustomizedMaterialBuilder Class¶
-
class
NXOpen.Motion.CustomizedMaterialBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents a
Motion.CustomizedMaterialBuilder.New in version NX12.0.0.
Properties¶
| Property | Description |
|---|---|
| Density | Returns the density |
| IsCustomizedMaterial | Returns or sets the customized material flag |
| Material | Returns or sets the material |
| PoissonRatio | Returns the Poisson ratio |
| Tag | Returns the Tag for this object. |
| YoungModulus | Returns the Young modulus |
Methods¶
| Method | Description |
|---|---|
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Property Detail¶
Density¶
-
CustomizedMaterialBuilder.Density¶ Returns the density
-------------------------------------Getter Method
Signature
DensityReturns: Return type: NXOpen.ExpressionNew in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
IsCustomizedMaterial¶
-
CustomizedMaterialBuilder.IsCustomizedMaterial¶ Returns or sets the customized material flag
-------------------------------------Getter Method
Signature
IsCustomizedMaterialReturns: Return type: bool New in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
-------------------------------------Setter Method
Signature
IsCustomizedMaterialParameters: type (bool) – New in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
Material¶
-
CustomizedMaterialBuilder.Material¶ Returns or sets the material
-------------------------------------Getter Method
Signature
MaterialReturns: Return type: NXOpen.PhysicalMaterialNew in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
-------------------------------------Setter Method
Signature
MaterialParameters: material ( NXOpen.PhysicalMaterial) –New in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
PoissonRatio¶
-
CustomizedMaterialBuilder.PoissonRatio¶ Returns the Poisson ratio
-------------------------------------Getter Method
Signature
PoissonRatioReturns: Return type: NXOpen.ExpressionNew in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
YoungModulus¶
-
CustomizedMaterialBuilder.YoungModulus¶ Returns the Young modulus
-------------------------------------Getter Method
Signature
YoungModulusReturns: Return type: NXOpen.ExpressionNew in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
Method Detail¶
Validate¶
-
CustomizedMaterialBuilder.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.