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.LaminatePly Class Reference

Represents one ply in a laminate layup More...

Inheritance diagram for NXOpen.CAE.LaminatePly:
NXOpen.NXObject NXOpen.TaggedObject NXOpen.INXObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  InterLaminarFailureTheoryType { None, TransverseShearStress, NormalStress, UserDefined }
 Inter-Laminar failure theory types More...
 
enum  PlyFailureTheoryType {
  None, Hill, Hoffman, TsaiWu,
  MaxStrain, MaxStress, MaxTransverseShear, VonMisesYield,
  VonMisesUltimate, ProgressiveFailure, UserDefined
}
 Ply failure theory types More...
 
enum  SolidPropertyType { Layered, Homogeneous }
 Solid property type for laminate extrusion More...
 
- Public Types inherited from NXOpen.NXObject
enum  AttributeType {
  Invalid, Null, Boolean, Integer,
  Real, String, Time, Reference,
  Any = 100
}
 Specifies attribute type. More...
 
enum  DateAndTimeFormat { Numeric, Textual }
 Specifies the format of the date and time attribute. More...
 

Public Member Functions

unsafe void AssignAngleExpression (string angleExp)
 Assigns a value to the ply angle expression More...
 
unsafe void AssignThicknessExpression (string thickExp)
 Assigns a value to the ply thickness expression More...
 
unsafe void ComputeDraping ()
 Launch the draping algorithm, overriding previous results More...
 
unsafe void CopyDrapingResults (NXOpen.CAE.LaminateDrapingOrientation drapingResults)
 Copy draping results. More...
 
unsafe void CopyDrapingResultsInstance (NXOpen.CAE.LaminateIDrapingOrientation drapingResults)
 Copy draping results. More...
 
unsafe
NXOpen.CAE.LaminateDrapingDataBuilder 
CreateDrapingDataBuilder ()
 Creates a NXOpen.CAE.LaminateDrapingDataBuilder More...
 
unsafe
NXOpen.CAE.LaminateDrapingExtensionBuilder 
CreateDrapingExtensionBuilder ()
 Creates a NXOpen.CAE.LaminateDrapingExtensionBuilder More...
 
unsafe
NXOpen.CAE.LaminatePlyMaxThicknessVarBuilder 
CreateLaminatePlyMaxThicknessVarBuilder ()
 Creates a NXOpen.CAE.LaminatePlyMaxThicknessVarBuilder More...
 
unsafe void ExportDrapingDomainAsGroup ()
 Exports draping domain to a group More...
 
unsafe void ExportDrapingResults (string csvFilename, bool showShearAngle, bool showYarnAngle, bool showPrimaryDirection, bool showSecondaryDirection, bool showNormalDirection)
 Exports draping results to a csv file. More...
 
unsafe string GetMaterialName ()
 Gets the material name More...
 
unsafe void Information (bool detailed)
 Display global ply information More...
 
unsafe void ResetExtensionTarget (NXOpen.CAE.LaminatePly targetPly)
 For global link ply subtype, resets the ply link target More...
 
unsafe void SetMaterial (NXOpen.TaggedObject tMat)
 Sets the physical material. More...
 
unsafe void SetMaterialByName (string name)
 Sets the material by name. More...
 
unsafe void SetPlyMaterialByName (string name)
 Sets the ply material by name. More...
 
- Public Member Functions inherited from NXOpen.NXObject
unsafe NXOpen.AttributeIterator CreateAttributeIterator ()
 Create an attribute iterator More...
 
unsafe void DeleteAllAttributesByType (NXOpen.NXObject.AttributeType type)
 Deletes all attributes of a specific type. More...
 
unsafe void DeleteAllAttributesByType (NXOpen.NXObject.AttributeType type, NXOpen.Update.Option option)
 Deletes all attributes of a specific type with the option to update or not. More...
 
unsafe void DeleteAttributeByTypeAndTitle (NXOpen.NXObject.AttributeType type, string title)
 Deletes an attribute by type and title. More...
 
unsafe void DeleteAttributeByTypeAndTitle (NXOpen.NXObject.AttributeType type, string title, NXOpen.Update.Option option)
 Deletes an attribute by type and title with the option to update or not. More...
 
unsafe void DeleteUserAttribute (NXOpen.NXObject.AttributeType type, string title, bool deleteEntireArray, NXOpen.Update.Option option)
 Deletes the first attribute encountered with the given Type, Title. More...
 
unsafe void DeleteUserAttributes (NXOpen.AttributeIterator iterator, NXOpen.Update.Option option)
 Deletes the attributes on the object, if any, that satisfy the given iterator More...
 
unsafe void DeleteUserAttributes (NXOpen.NXObject.AttributeType type, NXOpen.Update.Option option)
 Deletes the attributes encountered with the given Type with option to update or not. More...
 
unsafe NXOpen.INXObject FindObject (string journalIdentifier)
 Finds the NXOpen.NXObject with the given identifier as recorded in a journal. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetAttributeTitlesByType (NXOpen.NXObject.AttributeType type)
 Gets all the attribute titles of a specific type. More...
 
unsafe bool GetBooleanUserAttribute (string title, int index)
 Gets a boolean attribute by Title and array Index. More...
 
unsafe
NXOpen.NXObject.ComputationalTime 
GetComputationalTimeUserAttribute (string title, int index)
 Gets a time attribute by Title and array Index. More...
 
unsafe int GetIntegerAttribute (string title)
 Gets an integer attribute by title. More...
 
unsafe int GetIntegerUserAttribute (string title, int index)
 Gets an integer attribute by Title and array Index. More...
 
unsafe bool GetNextUserAttribute (NXOpen.AttributeIterator iterator, out NXOpen.NXObject.AttributeInformation info)
 Gets the next attribute encountered on the object, if any, that satisfies the given iterator. More...
 
unsafe string GetPdmReferenceAttributeValue (string attributeTitle)
 Gets the value of PDM Reference attribute for given object. More...
 
unsafe double GetRealAttribute (string title)
 Gets a real attribute by title. More...
 
unsafe double GetRealUserAttribute (string title, int index)
 Gets a real attribute by Title and array Index. More...
 
unsafe string GetReferenceAttribute (string title)
 Gets the reference string (not the calculated value) of a string attribute that uses a reference string. More...
 
unsafe string GetStringAttribute (string title)
 Gets a string attribute value by title. More...
 
unsafe string GetStringUserAttribute (string title, int index)
 Gets a string attribute by Title and array Index. More...
 
unsafe string GetTimeAttribute (NXOpen.NXObject.DateAndTimeFormat format, string title)
 Gets a time attribute by title. More...
 
unsafe string GetTimeUserAttribute (string title, int index)
 Gets a time attribute by Title and array Index. More...
 
unsafe
NXOpen.NXObject.AttributeInformation 
GetUserAttribute (string title, NXOpen.NXObject.AttributeType type, int index)
 Gets the first attribute encountered on the object, if any, with a given Title, Type and array Index. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttribute (string title, bool includeUnset, bool addStringValues, NXOpen.NXObject.AttributeType type)
 Gets the first attribute (or attribute array) encountered on the object, if any, with a given Title and Type. More...
 
unsafe string GetUserAttributeAsString (string title, NXOpen.NXObject.AttributeType type, int index)
 Gets the first attribute encountered on the object, if any, with a given title, type and array index. More...
 
unsafe int GetUserAttributeCount (NXOpen.AttributeIterator iterator)
 Gets the count of set attributes on the object, if any, that satisfy the given iterator. More...
 
unsafe int GetUserAttributeCount (NXOpen.AttributeIterator iterator, bool countArrayAsOneAttribute)
 Gets the count of set attributes on the object, if any, that satisfy the given iterator. More...
 
unsafe int GetUserAttributeCount (NXOpen.NXObject.AttributeType type)
 Gets the count of set attributes on the object, if any, of the given type. More...
 
unsafe int GetUserAttributeCount (NXOpen.NXObject.AttributeType type, bool includeUnset, bool countArrayAsOneAttribute)
 Gets the count of attributes on the object, if any, of the given type. More...
 
unsafe bool GetUserAttributeLock (string title, NXOpen.NXObject.AttributeType type)
 Determine the lock of the given attribute. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes (NXOpen.AttributeIterator iterator)
 Gets all the attributes that have been set on the given object, if any, that satisfy the given iterator. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes ()
 Gets all the attributes that have been set on the given object. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes (bool includeUnset)
 Gets all the attributes of the given object. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes (bool includeUnset, bool addStringValues)
 Gets all the attributes of the given object. More...
 
unsafe string[] GetUserAttributesAsStrings ()
 Gets all the attributes that have been set on the given object. More...
 
unsafe int GetUserAttributeSize (string title, NXOpen.NXObject.AttributeType type)
 Gets the size of the first attribute encountered on the object, if any, with a given Title and Type. More...
 
unsafe NXOpen.NXObject[] GetUserAttributeSourceObjects ()
 Returns an array of objects from which this object presents attributes. More...
 
unsafe bool HasUserAttribute (NXOpen.AttributeIterator iterator)
 Determines if an attribute exists on the object, that satisfies the given iterator More...
 
unsafe bool HasUserAttribute (string title, NXOpen.NXObject.AttributeType type, int index)
 Determines if an attribute with the given Title, Type and array Index is present on the object Unset attributes will not be detected by this function, as its purpose is to test for the actual presence of the attribute on the object. More...
 
unsafe void Print ()
 Prints a representation of this object to the system log file. More...
 
unsafe void SetAttribute (string title, int value)
 Creates or modifies an integer attribute. More...
 
unsafe void SetAttribute (string title, int value, NXOpen.Update.Option option)
 Creates or modifies an integer attribute with the option to update or not. More...
 
unsafe void SetAttribute (string title, double value)
 Creates or modifies a real attribute. More...
 
unsafe void SetAttribute (string title, double value, NXOpen.Update.Option option)
 Creates or modifies a real attribute with the option to update or not. More...
 
unsafe void SetAttribute (string title, string value)
 Creates or modifies a string attribute. More...
 
unsafe void SetAttribute (string title, string value, NXOpen.Update.Option option)
 Creates or modifies a string attribute with the option to update or not. More...
 
unsafe void SetAttribute (string title)
 Creates or modifies a null attribute which is an attribute with a title and no value. More...
 
unsafe void SetAttribute (string title, NXOpen.Update.Option option)
 Creates or modifies a null attribute with the option to update or not. More...
 
unsafe void SetBooleanUserAttribute (string title, int index, bool value, NXOpen.Update.Option option)
 Creates or modifies a boolean attribute with the option to update or not. More...
 
unsafe void SetName (string name)
 Sets the custom name of the object. More...
 
unsafe void SetPdmReferenceAttribute (string attributeTitle, string attributeValue)
 Sets the value of PDM Reference attribute on the object. More...
 
unsafe void SetReferenceAttribute (string title, string value)
 Creates or modifies a string attribute which uses a reference string. More...
 
unsafe void SetReferenceAttribute (string title, string value, NXOpen.Update.Option option)
 Creates or modifies a string attribute which uses a reference string, with the option to update or not. More...
 
unsafe void SetTimeAttribute (string title, string value)
 Creates or modifies a time attribute. More...
 
unsafe void SetTimeAttribute (string title, string value, NXOpen.Update.Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
unsafe void SetTimeUserAttribute (string title, int index, string value, NXOpen.Update.Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
unsafe void SetTimeUserAttribute (string title, int index, NXOpen.NXObject.ComputationalTime value, NXOpen.Update.Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (NXOpen.NXObject.AttributeInformation info, NXOpen.Update.Option option)
 Creates or modifies an attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (string title, int index, int value, NXOpen.Update.Option option)
 Creates or modifies an integer attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (string title, int index, double value, NXOpen.Update.Option option)
 Creates or modifies a real attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (string title, int index, string value, NXOpen.Update.Option option)
 Creates or modifies a string attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (string title, int index, NXOpen.Update.Option option)
 Creates or modifies a null attribute with the option to update or not. More...
 
unsafe void SetUserAttributeLock (string title, NXOpen.NXObject.AttributeType type, bool @lock)
 Lock or unlock the given attribute. 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.Expression AngleExpression [get]
 Returns the ply angle expression, relative to local material orientation More...
 
unsafe int Color [get, set]
 Returns or sets the ply color More...
 
unsafe string Description [get, set]
 Returns or sets the ply description More...
 
unsafe
NXOpen.CAE.LaminateDrapingExtension 
DrapingExtension [get, set]
 Returns or sets the draping extension selection More...
 
unsafe
NXOpen.CAE.LaminateDrapingData 
DrapingInput [get, set]
 Returns or sets the draping data (draping settings) More...
 
unsafe int GlobalId [get, set]
 Returns or sets the ply global id More...
 
unsafe
NXOpen.CAE.LaminatePly.InterLaminarFailureTheoryType 
InterLaminarFailureTheory [get, set]
 Returns or sets the inter laminar failure theory used in a solid laminate nastran analysis (PCOMPS) More...
 
unsafe double Orientation [get, set]
 Returns or sets the ply orientation angle in degrees, relative to local material orientation More...
 
unsafe
NXOpen.CAE.LaminatePly.PlyFailureTheoryType 
PlyFailureTheory [get, set]
 Returns or sets the ply failure theory used in a solid laminate nastran analysis (PCOMPS) More...
 
unsafe
NXOpen.CAE.LaminatePly.SolidPropertyType 
SolidProperty [get, set]
 Returns or sets the ply solid property More...
 
unsafe bool StressStrainRequest [get, set]
 Returns or sets the option to consider cut stress or strain output request More...
 
unsafe double Thickness [get, set]
 Returns or sets the ply thickness, in part units (inches or millimeters) More...
 
unsafe NXOpen.Expression ThicknessExpression [get]
 Returns the ply thickness expression More...
 
unsafe string UserDefinedInterLaminarFailureTheory [get, set]
 Returns or sets the user defined interlaminar failure theory name used in a solid laminate nastran analysis (PCOMPS) More...
 
unsafe string UserDefinedPlyFailureTheory [get, set]
 Returns or sets the user defined ply failure theory name used in a solid laminate nastran analysis (PCOMPS) More...
 
- Properties inherited from NXOpen.NXObject
unsafe bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
unsafe string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
unsafe string Name [get]
 Returns the custom name of the object. More...
 
unsafe NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
unsafe NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
unsafe NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. 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...
 
- Properties inherited from NXOpen.INXObject
bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
string Name [get]
 Returns the custom name of the object. More...
 
NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. More...
 

Additional Inherited Members

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

Detailed Description

Represents one ply in a laminate layup

Created in NX5.0.0

Member Enumeration Documentation

Inter-Laminar failure theory types

Enumerator
None 

No failure theory selected

TransverseShearStress 

Transverse Shear Stress inter-laminar failure criteria

NormalStress 

Normal Stress inter-laminar failure criteria

UserDefined 

User defined interlaminar failure theory (thru a user dll)

Ply failure theory types

Enumerator
None 

No failure theory selected

Hill 

Hill failure criteria

Hoffman 

Hoffman failure criteria

TsaiWu 

Tsai-Wu failure criteria

MaxStrain 

Maximum Strain failure criteria

MaxStress 

Maximum Stress failure criteria

MaxTransverseShear 

Maximum Transverse Shear Stress failure criteria

VonMisesYield 

Von Mises Yield failure criteria

VonMisesUltimate 

Von Mises Utlimate failure criteria

ProgressiveFailure 

Progressive Failure failure criteria

UserDefined 

User defined ply failure theory (thru a user dll)

Solid property type for laminate extrusion

Enumerator
Layered 

Extruded plies will use regular layered property

Homogeneous 

Extruded plies will use homogeneous property

Member Function Documentation

unsafe void NXOpen.CAE.LaminatePly.AssignAngleExpression ( string  angleExp)
inline

Assigns a value to the ply angle expression

Created in NX10.0.0

License requirements: nx_lam_composites ("Laminate Composites")

Parameters
angleExpThe angle expression string
unsafe void NXOpen.CAE.LaminatePly.AssignThicknessExpression ( string  thickExp)
inline

Assigns a value to the ply thickness expression

Created in NX10.0.0

License requirements: nx_lam_composites ("Laminate Composites")

Parameters
thickExpThe thickness expression string
unsafe void NXOpen.CAE.LaminatePly.ComputeDraping ( )
inline

Launch the draping algorithm, overriding previous results

Created in NX7.5.1

License requirements: nx_lam_comp_adv ("Laminate Composites Advanced")

unsafe void NXOpen.CAE.LaminatePly.CopyDrapingResults ( NXOpen.CAE.LaminateDrapingOrientation  drapingResults)
inline

Copy draping results.

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.CAE.LaminatePly.CopyDrapingResultsInstance instead.

License requirements: nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
drapingResultsdraping results
unsafe void NXOpen.CAE.LaminatePly.CopyDrapingResultsInstance ( NXOpen.CAE.LaminateIDrapingOrientation  drapingResults)
inline

Copy draping results.

Created in NX11.0.0

License requirements: nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
drapingResultsdraping results
unsafe NXOpen.CAE.LaminateDrapingDataBuilder NXOpen.CAE.LaminatePly.CreateDrapingDataBuilder ( )
inline

Creates a NXOpen.CAE.LaminateDrapingDataBuilder

Created in NX7.5.0

License requirements: nx_lam_comp_adv ("Laminate Composites Advanced")

Returns
unsafe NXOpen.CAE.LaminateDrapingExtensionBuilder NXOpen.CAE.LaminatePly.CreateDrapingExtensionBuilder ( )
inline

Creates a NXOpen.CAE.LaminateDrapingExtensionBuilder

Created in NX8.5.0

License requirements: nx_lam_comp_adv ("Laminate Composites Advanced")

Returns
unsafe NXOpen.CAE.LaminatePlyMaxThicknessVarBuilder NXOpen.CAE.LaminatePly.CreateLaminatePlyMaxThicknessVarBuilder ( )
inline

Creates a NXOpen.CAE.LaminatePlyMaxThicknessVarBuilder

Created in NX8.5.0

License requirements: nx_lam_comp_adv ("Laminate Composites Advanced")

Returns
unsafe void NXOpen.CAE.LaminatePly.ExportDrapingDomainAsGroup ( )
inline

Exports draping domain to a group

Created in NX7.5.2

License requirements: nx_lam_comp_adv ("Laminate Composites Advanced")

unsafe void NXOpen.CAE.LaminatePly.ExportDrapingResults ( string  csvFilename,
bool  showShearAngle,
bool  showYarnAngle,
bool  showPrimaryDirection,
bool  showSecondaryDirection,
bool  showNormalDirection 
)
inline

Exports draping results to a csv file.

Created in NX7.5.1

License requirements: nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
csvFilename
showShearAngle
showYarnAngle
showPrimaryDirection
showSecondaryDirection
showNormalDirection
unsafe string NXOpen.CAE.LaminatePly.GetMaterialName ( )
inline

Gets the material name

Created in NX10.0.0

License requirements: None.

Returns
unsafe void NXOpen.CAE.LaminatePly.Information ( bool  detailed)
inline

Display global ply information

Created in NX7.5.1

License requirements: nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
detailed
unsafe void NXOpen.CAE.LaminatePly.ResetExtensionTarget ( NXOpen.CAE.LaminatePly  targetPly)
inline

For global link ply subtype, resets the ply link target

Created in NX8.5.0

License requirements: nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
targetPlyThe new extension target
unsafe void NXOpen.CAE.LaminatePly.SetMaterial ( NXOpen.TaggedObject  tMat)
inline

Sets the physical material.

Created in NX1872.0.0

License requirements: nx_lam_composites ("Laminate Composites")

Parameters
tMatthe material value to assign
unsafe void NXOpen.CAE.LaminatePly.SetMaterialByName ( string  name)
inline

Sets the material by name.

Created in NX7.5.0

Deprecated in NX1872.0.0. Use NXOpen.CAE.LaminatePly.SetMaterial instead.

License requirements: nx_lam_composites ("Laminate Composites")

Parameters
namematerial name
unsafe void NXOpen.CAE.LaminatePly.SetPlyMaterialByName ( string  name)
inline

Sets the ply material by name.

Created in NX7.5.0

License requirements: nx_lam_composites ("Laminate Composites")

Parameters
nameply material name

Property Documentation

unsafe NXOpen.Expression NXOpen.CAE.LaminatePly.AngleExpression
get

Returns the ply angle expression, relative to local material orientation

Created in NX10.0.0

License requirements: None.

unsafe int NXOpen.CAE.LaminatePly.Color
getset

Returns or sets the ply color

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: nx_lam_composites ("Laminate Composites")

unsafe string NXOpen.CAE.LaminatePly.Description
getset

Returns or sets the ply description

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: nx_lam_composites ("Laminate Composites")

unsafe NXOpen.CAE.LaminateDrapingExtension NXOpen.CAE.LaminatePly.DrapingExtension
getset

Returns or sets the draping extension selection

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_lam_comp_adv ("Laminate Composites Advanced")

unsafe NXOpen.CAE.LaminateDrapingData NXOpen.CAE.LaminatePly.DrapingInput
getset

Returns or sets the draping data (draping settings)

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: nx_lam_comp_adv ("Laminate Composites Advanced")

unsafe int NXOpen.CAE.LaminatePly.GlobalId
getset

Returns or sets the ply global id

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: nx_lam_composites ("Laminate Composites")

unsafe NXOpen.CAE.LaminatePly.InterLaminarFailureTheoryType NXOpen.CAE.LaminatePly.InterLaminarFailureTheory
getset

Returns or sets the inter laminar failure theory used in a solid laminate nastran analysis (PCOMPS)

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: nx_lam_comp_adv ("Laminate Composites Advanced")

unsafe double NXOpen.CAE.LaminatePly.Orientation
getset

Returns or sets the ply orientation angle in degrees, relative to local material orientation

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: nx_lam_composites ("Laminate Composites")

unsafe NXOpen.CAE.LaminatePly.PlyFailureTheoryType NXOpen.CAE.LaminatePly.PlyFailureTheory
getset

Returns or sets the ply failure theory used in a solid laminate nastran analysis (PCOMPS)

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: nx_lam_comp_adv ("Laminate Composites Advanced")

unsafe NXOpen.CAE.LaminatePly.SolidPropertyType NXOpen.CAE.LaminatePly.SolidProperty
getset

Returns or sets the ply solid property

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: nx_lam_comp_adv ("Laminate Composites Advanced")

unsafe bool NXOpen.CAE.LaminatePly.StressStrainRequest
getset

Returns or sets the option to consider cut stress or strain output request

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: nx_lam_comp_adv ("Laminate Composites Advanced")

unsafe double NXOpen.CAE.LaminatePly.Thickness
getset

Returns or sets the ply thickness, in part units (inches or millimeters)

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: nx_lam_composites ("Laminate Composites")

unsafe NXOpen.Expression NXOpen.CAE.LaminatePly.ThicknessExpression
get

Returns the ply thickness expression

Created in NX10.0.0

License requirements: None.

unsafe string NXOpen.CAE.LaminatePly.UserDefinedInterLaminarFailureTheory
getset

Returns or sets the user defined interlaminar failure theory name used in a solid laminate nastran analysis (PCOMPS)

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: nx_lam_comp_adv ("Laminate Composites Advanced")

unsafe string NXOpen.CAE.LaminatePly.UserDefinedPlyFailureTheory
getset

Returns or sets the user defined ply failure theory name used in a solid laminate nastran analysis (PCOMPS)

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: nx_lam_comp_adv ("Laminate Composites Advanced")


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