Class LocalLaminate
Inheritance
System.Object
System.MarshalByRefObject
LocalLaminate
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE.AeroStructures
Assembly: NXOpen.dll
Syntax
public class LocalLaminate : Laminate, IMessageSink, IDisposable
Constructors
LocalLaminate(IntPtr)
Declaration
protected LocalLaminate(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Methods
AddPly(PhysicalMaterial, Double, Unit, Double, Unit)
Declaration
public int AddPly(PhysicalMaterial material, double thickness, Unit thicknessUnit, double angle, Unit angleUnit)
Parameters
Type | Name | Description |
---|---|---|
PhysicalMaterial | material | |
System.Double | thickness | |
Unit | thicknessUnit | |
System.Double | angle | |
Unit | angleUnit |
Returns
Type | Description |
---|---|
System.Int32 |
AddPlyByMaterialName(String, Double, Unit, Double, Unit)
Declaration
public int AddPlyByMaterialName(string materialName, double thickness, Unit thicknessUnit, double angle, Unit angleUnit)
Parameters
Type | Name | Description |
---|---|---|
System.String | materialName | |
System.Double | thickness | |
Unit | thicknessUnit | |
System.Double | angle | |
Unit | angleUnit |
Returns
Type | Description |
---|---|
System.Int32 |
FreeResource()
Declaration
protected override void FreeResource()
Overrides
SetBottomFiberDistance(Double, Unit)
Declaration
public void SetBottomFiberDistance(double distance, Unit distanceUnit)
Parameters
Type | Name | Description |
---|---|---|
System.Double | distance | |
Unit | distanceUnit |
SetInverted(Boolean)
Declaration
public void SetInverted(bool inverted)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | inverted |
SetLaminateAngle(Double, Unit)
Declaration
public void SetLaminateAngle(double angle, Unit angleUnit)
Parameters
Type | Name | Description |
---|---|---|
System.Double | angle | |
Unit | angleUnit |
SetPlyAngle(Int32, Double, Unit)
Declaration
public void SetPlyAngle(int plyIndex, double angle, Unit angleUnit)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | plyIndex | |
System.Double | angle | |
Unit | angleUnit |
SetPlyMaterial(Int32, PhysicalMaterial)
Declaration
public void SetPlyMaterial(int plyIndex, PhysicalMaterial material)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | plyIndex | |
PhysicalMaterial | material |
SetPlyMaterialByName(Int32, String)
Declaration
public void SetPlyMaterialByName(int plyIndex, string materialName)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | plyIndex | |
System.String | materialName |
SetPlyThickness(Int32, Double, Unit)
Declaration
public void SetPlyThickness(int plyIndex, double thickness, Unit thicknessUnit)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | plyIndex | |
System.Double | thickness | |
Unit | thicknessUnit |
SetReferencePlane(Laminate.LamRefLoc)
Declaration
public void SetReferencePlane(Laminate.LamRefLoc location)
Parameters
Type | Name | Description |
---|---|---|
Laminate.LamRefLoc | location |
SetReferenceTemperature(Double, Unit)
Declaration
public void SetReferenceTemperature(double temperature, Unit temperatureUnit)
Parameters
Type | Name | Description |
---|---|---|
System.Double | temperature | |
Unit | temperatureUnit |
SetReversed(Boolean)
Declaration
public void SetReversed(bool reversed)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | reversed |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable