NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Motion::CustomizedMaterialBuilder Class Reference

Represents a Motion::CustomizedMaterialBuilder . More...

Inheritance diagram for NXOpen::Motion::CustomizedMaterialBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXOpen::ExpressionDensity ()
 Returns the density
Created in NX12.0.0. More...
 
bool IsCustomizedMaterial ()
 Returns the customized material flag
Created in NX12.0.0. More...
 
NXOpen::PhysicalMaterialMaterial ()
 Returns the material
Created in NX12.0.0. More...
 
NXOpen::ExpressionPoissonRatio ()
 Returns the Poisson ratio
Created in NX12.0.0. More...
 
void SetCustomizedMaterial (bool type)
 Sets the customized material flag
Created in NX12.0.0. More...
 
void SetMaterial (NXOpen::PhysicalMaterial *material)
 Sets the material
Created in NX12.0.0. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
NXOpen::ExpressionYoungModulus ()
 Returns the Young modulus
Created in NX12.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a Motion::CustomizedMaterialBuilder .


Created in NX12.0.0.

Member Function Documentation

NXOpen::Expression* NXOpen::Motion::CustomizedMaterialBuilder::Density ( )

Returns the density
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

bool NXOpen::Motion::CustomizedMaterialBuilder::IsCustomizedMaterial ( )

Returns the customized material flag
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

NXOpen::PhysicalMaterial* NXOpen::Motion::CustomizedMaterialBuilder::Material ( )

Returns the material
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

NXOpen::Expression* NXOpen::Motion::CustomizedMaterialBuilder::PoissonRatio ( )

Returns the Poisson ratio
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

void NXOpen::Motion::CustomizedMaterialBuilder::SetCustomizedMaterial ( bool  type)

Sets the customized material flag
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
typetype
void NXOpen::Motion::CustomizedMaterialBuilder::SetMaterial ( NXOpen::PhysicalMaterial material)

Sets the material
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
materialmaterial
virtual bool NXOpen::Motion::CustomizedMaterialBuilder::Validate ( )
virtual

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.

Returns
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.

NXOpen::Expression* NXOpen::Motion::CustomizedMaterialBuilder::YoungModulus ( )

Returns the Young modulus
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.