NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.CAE.DurSpecialistMaterialToolBuilder Class Reference

This class is used to generate a material to be used with Specialist Durability, based on an existing material More...

Inheritance diagram for NXOpen.CAE.DurSpecialistMaterialToolBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  DefinitionType { UniversalSlope, UniversalMaterialLaw, SyntheticSNCurveFromStrainLife }
 Definition Type More...
 
enum  ULawMaterialType { Steel, Aluminum, GrayCast }
 Uniform Material Law Material Type More...
 
enum  ULawTensileStrength { InheritFromMaterial, Specify }
 Uniform Material Law Tensile Strength More...
 
enum  ULawYoungsModulus { InheritFromMaterial, Specify }
 Uniform Material Law Young's Modulus More...
 
enum  USlopeMaterialType {
  Steel, SteelFKMConservative, IronCasts, IronCastsFKMConservative,
  Aluminum, Magnesium, AluminumMagnesiumFKMConservative, Titanium,
  CopperNickel
}
 Universal Slope Material Type More...
 
enum  USlopeTensileStrength { InheritFromMaterial, Specify }
 Universal Slope Tensile Strength More...
 

Public Member Functions

unsafe bool IsUltimateTensileStrengthDefined (NXOpen.PhysicalMaterial materialTag)
 Check if the material has its ultimate tensile strength defined or not. More...
 
unsafe bool IsYoungsModulusDefined (NXOpen.PhysicalMaterial materialTag)
 Check if the material has its Young's modulus defined or not. More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe NXOpen.PhysicalMaterial CreatedMaterial [get]
 Returns the newly created material. More...
 
unsafe
NXOpen.CAE.DurSpecialistMaterialToolBuilder.DefinitionType 
EnumDefinitionType [get, set]
 Returns or sets the enum definition type More...
 
unsafe
NXOpen.CAE.DurSpecialistMaterialToolBuilder.ULawMaterialType 
EnumULawMaterialType [get, set]
 Returns or sets the enum ulaw material type More...
 
unsafe
NXOpen.CAE.DurSpecialistMaterialToolBuilder.ULawTensileStrength 
EnumULawTensileStrength [get, set]
 Returns or sets the enum ulaw tensile strength More...
 
unsafe
NXOpen.CAE.DurSpecialistMaterialToolBuilder.ULawYoungsModulus 
EnumULawYoungsModulus [get, set]
 Returns or sets the enum ulaw youngs modulus More...
 
unsafe
NXOpen.CAE.DurSpecialistMaterialToolBuilder.USlopeMaterialType 
EnumUSlopeMaterialType [get, set]
 Returns or sets the enum uslope material type More...
 
unsafe
NXOpen.CAE.DurSpecialistMaterialToolBuilder.USlopeTensileStrength 
EnumUSlopeTensileStrength [get, set]
 Returns or sets the enum uslope tensile strength More...
 
unsafe NXOpen.Expression ExpressionULawTensileStrength [get]
 Returns the expression ulaw tensile strength More...
 
unsafe NXOpen.Expression ExpressionULawYoungsModulus [get]
 Returns the expression ulaw youngs modulus More...
 
unsafe NXOpen.Expression ExpressionUSlopeTensileStrength [get]
 Returns the expression uslope tensile strength More...
 
unsafe
NXOpen.CAE.DurSpecialistSimulationObjectTable 
LoadNotchStrainRelation [get, set]
 Returns or sets the load notch strain relation simulation object More...
 
unsafe string Name [get, set]
 Returns or sets the name. More...
 
unsafe NXOpen.PhysicalMaterial SourceMaterial [get, set]
 Returns or sets the selected material. More...
 
unsafe
NXOpen.CAE.DurSpecialistSimulationObjectTable 
StrainLifeDamage [get, set]
 Returns or sets the strain life damage simulation object More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

This class is used to generate a material to be used with Specialist Durability, based on an existing material

To create a new instance of this class, use NXOpen.CAE.DurSpecialistManager.CreateMaterialToolBuilder

Created in NX1847.0.0

Member Enumeration Documentation

Definition Type

Enumerator
UniversalSlope 
UniversalMaterialLaw 
SyntheticSNCurveFromStrainLife 

Uniform Material Law Material Type

Enumerator
Steel 
Aluminum 
GrayCast 

Uniform Material Law Tensile Strength

Enumerator
InheritFromMaterial 
Specify 

Uniform Material Law Young's Modulus

Enumerator
InheritFromMaterial 
Specify 

Universal Slope Material Type

Enumerator
Steel 
SteelFKMConservative 
IronCasts 
IronCastsFKMConservative 
Aluminum 
Magnesium 
AluminumMagnesiumFKMConservative 
Titanium 
CopperNickel 

Universal Slope Tensile Strength

Enumerator
InheritFromMaterial 
Specify 

Member Function Documentation

unsafe bool NXOpen.CAE.DurSpecialistMaterialToolBuilder.IsUltimateTensileStrengthDefined ( NXOpen.PhysicalMaterial  materialTag)
inline

Check if the material has its ultimate tensile strength defined or not.

Created in NX1847.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
materialTagNXOpen.PhysicalMaterial to check
Returns
unsafe bool NXOpen.CAE.DurSpecialistMaterialToolBuilder.IsYoungsModulusDefined ( NXOpen.PhysicalMaterial  materialTag)
inline

Check if the material has its Young's modulus defined or not.

Created in NX1847.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
materialTagNXOpen.PhysicalMaterial to check
Returns

Property Documentation

unsafe NXOpen.PhysicalMaterial NXOpen.CAE.DurSpecialistMaterialToolBuilder.CreatedMaterial
get

Returns the newly created material.

Created in NX1847.0.0

License requirements: None.

unsafe NXOpen.CAE.DurSpecialistMaterialToolBuilder.DefinitionType NXOpen.CAE.DurSpecialistMaterialToolBuilder.EnumDefinitionType
getset

Returns or sets the enum definition type

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe NXOpen.CAE.DurSpecialistMaterialToolBuilder.ULawMaterialType NXOpen.CAE.DurSpecialistMaterialToolBuilder.EnumULawMaterialType
getset

Returns or sets the enum ulaw material type

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe NXOpen.CAE.DurSpecialistMaterialToolBuilder.ULawTensileStrength NXOpen.CAE.DurSpecialistMaterialToolBuilder.EnumULawTensileStrength
getset

Returns or sets the enum ulaw tensile strength

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe NXOpen.CAE.DurSpecialistMaterialToolBuilder.ULawYoungsModulus NXOpen.CAE.DurSpecialistMaterialToolBuilder.EnumULawYoungsModulus
getset

Returns or sets the enum ulaw youngs modulus

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe NXOpen.CAE.DurSpecialistMaterialToolBuilder.USlopeMaterialType NXOpen.CAE.DurSpecialistMaterialToolBuilder.EnumUSlopeMaterialType
getset

Returns or sets the enum uslope material type

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe NXOpen.CAE.DurSpecialistMaterialToolBuilder.USlopeTensileStrength NXOpen.CAE.DurSpecialistMaterialToolBuilder.EnumUSlopeTensileStrength
getset

Returns or sets the enum uslope tensile strength

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe NXOpen.Expression NXOpen.CAE.DurSpecialistMaterialToolBuilder.ExpressionULawTensileStrength
get

Returns the expression ulaw tensile strength

Created in NX1847.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.CAE.DurSpecialistMaterialToolBuilder.ExpressionULawYoungsModulus
get

Returns the expression ulaw youngs modulus

Created in NX1847.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.CAE.DurSpecialistMaterialToolBuilder.ExpressionUSlopeTensileStrength
get

Returns the expression uslope tensile strength

Created in NX1847.0.0

License requirements: None.

unsafe NXOpen.CAE.DurSpecialistSimulationObjectTable NXOpen.CAE.DurSpecialistMaterialToolBuilder.LoadNotchStrainRelation
getset

Returns or sets the load notch strain relation simulation object

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe string NXOpen.CAE.DurSpecialistMaterialToolBuilder.Name
getset

Returns or sets the name.

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe NXOpen.PhysicalMaterial NXOpen.CAE.DurSpecialistMaterialToolBuilder.SourceMaterial
getset

Returns or sets the selected material.

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe NXOpen.CAE.DurSpecialistSimulationObjectTable NXOpen.CAE.DurSpecialistMaterialToolBuilder.StrainLifeDamage
getset

Returns or sets the strain life damage simulation object

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: sc_dur_specialist ("Simcenter Specialist Durability")


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