Class LaminateGlobalLayup
Inheritance
System.Object
System.MarshalByRefObject
LaminateGlobalLayup
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
Assembly: NXOpen.dll
Syntax
public class LaminateGlobalLayup : NXObject, IMessageSink, INXObject
Constructors
LaminateGlobalLayup()
Declaration
protected LaminateGlobalLayup()
Properties
ActiveStatus
Declaration
public bool ActiveStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FiberOrientationOptions
Declaration
public LaminateFiberOrientationOptions FiberOrientationOptions { get; }
Property Value
Type | Description |
---|---|
LaminateFiberOrientationOptions |
Label
Declaration
public int Label { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PlyGroups
Declaration
public LaminateGlobalLayupPlyGroupCollection PlyGroups { get; }
Property Value
Type | Description |
---|---|
LaminateGlobalLayupPlyGroupCollection |
StackingRecipe
Declaration
public LaminateGlobalLayup.StackingRecipeType StackingRecipe { get; set; }
Property Value
Type | Description |
---|---|
LaminateGlobalLayup.StackingRecipeType |
Methods
AutogroupByMaterials()
Declaration
public void AutogroupByMaterials()
ClearLayup()
Declaration
public void ClearLayup()
CreateFiberOrientationOptionsBuilder()
Declaration
public LaminateFiberOrientationOptionsBuilder CreateFiberOrientationOptionsBuilder()
Returns
Type | Description |
---|---|
LaminateFiberOrientationOptionsBuilder |
CreateLockAngleBuilder()
Declaration
public LaminateLockAngleBuilder CreateLockAngleBuilder()
Returns
Type | Description |
---|---|
LaminateLockAngleBuilder |
DefineSymPlyidRange(Int32, Int32)
Declaration
public void DefineSymPlyidRange(int minId, int maxId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | minId | |
System.Int32 | maxId |
ExportDrapingDomainAsGroups(Boolean)
Declaration
public void ExportDrapingDomainAsGroups(bool individualPlyGroups)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | individualPlyGroups |
ExportDrapingResults(String, Boolean, Boolean, Boolean, Boolean, Boolean)
Declaration
public void ExportDrapingResults(string csvFilename, bool showShearAngle, bool showYarnAngle, bool showPrimaryDirection, bool showSecondaryDirection, bool showNormalDirection)
Parameters
Type | Name | Description |
---|---|---|
System.String | csvFilename | |
System.Boolean | showShearAngle | |
System.Boolean | showYarnAngle | |
System.Boolean | showPrimaryDirection | |
System.Boolean | showSecondaryDirection | |
System.Boolean | showNormalDirection |
ExportLayup(String)
Declaration
public void ExportLayup(string csvFilename)
Parameters
Type | Name | Description |
---|---|---|
System.String | csvFilename |
ExportPliesToFibersim(String)
Declaration
public void ExportPliesToFibersim(string filename)
Parameters
Type | Name | Description |
---|---|---|
System.String | filename |
Information(Boolean)
Declaration
public void Information(bool detailed)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | detailed |
RefreshLinkedGroups()
Declaration
public void RefreshLinkedGroups()
UpdateDraping()
Declaration
public void UpdateDraping()
Implements
System.Runtime.Remoting.Messaging.IMessageSink