CustomizedMaterialBuilder Class

class NXOpen.Motion.CustomizedMaterialBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents 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 Density

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: mechanisms (“MECHANISMS”)

IsCustomizedMaterial

CustomizedMaterialBuilder.IsCustomizedMaterial

Returns or sets the customized material flag

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

Getter Method

Signature IsCustomizedMaterial

Returns:
Return type:bool

New in version NX12.0.0.

License requirements: mechanisms (“MECHANISMS”)

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

Setter Method

Signature IsCustomizedMaterial

Parameters:type (bool) –

New in version NX12.0.0.

License requirements: mechanisms (“MECHANISMS”)

Material

CustomizedMaterialBuilder.Material

Returns or sets the material

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

Getter Method

Signature Material

Returns:
Return type:NXOpen.PhysicalMaterial

New in version NX12.0.0.

License requirements: mechanisms (“MECHANISMS”)

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

Setter Method

Signature Material

Parameters:material (NXOpen.PhysicalMaterial) –

New in version NX12.0.0.

License requirements: mechanisms (“MECHANISMS”)

PoissonRatio

CustomizedMaterialBuilder.PoissonRatio

Returns the Poisson ratio

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

Getter Method

Signature PoissonRatio

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: mechanisms (“MECHANISMS”)

YoungModulus

CustomizedMaterialBuilder.YoungModulus

Returns the Young modulus

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

Getter Method

Signature YoungModulus

Returns:
Return type:NXOpen.Expression

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