Class LaminateImportedLayupBuilder
Inheritance
System.Object
System.MarshalByRefObject
LaminateImportedLayupBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class LaminateImportedLayupBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
LaminateImportedLayupBuilder()
Declaration
protected LaminateImportedLayupBuilder()
Properties
ApiType
Declaration
public LaminateImportedLayupBuilder.ApiTypeEnum ApiType { get; set; }
Property Value
ElementalElemSelection
Declaration
public SelectElementsBuilder ElementalElemSelection { get; }
Property Value
ElementalMapping
Declaration
public int ElementalMapping { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ElementalNodalMapping
Declaration
public int ElementalNodalMapping { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
FileType
Declaration
public LaminateImportedLayupBuilder.FileEnum FileType { get; set; }
Property Value
ImportMaterials
Declaration
public bool ImportMaterials { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ImportMethod
Declaration
public LaminateImportedLayupBuilder.ImportMethodEnum ImportMethod { get; set; }
Property Value
LayupName
Declaration
public string LayupName { get; set; }
Property Value
Type |
Description |
System.String |
|
MaxDeviationAngle
Declaration
public Expression MaxDeviationAngle { get; }
Property Value
MeshSizeFactor
Declaration
public double MeshSizeFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
NameOverride
Declaration
public bool NameOverride { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NodalMapping
Declaration
public int NodalMapping { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NumDiscretizationPoints
Declaration
public int NumDiscretizationPoints { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
OmitPartiallyMapped
Declaration
public bool OmitPartiallyMapped { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OverwriteMaterials
Declaration
public bool OverwriteMaterials { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Selection
Declaration
public LaminateSelectEntitiesBuilder Selection { get; }
Property Value
Tolerance
Declaration
public Expression Tolerance { get; }
Property Value
UnmappedFaceThreshold
Declaration
public double UnmappedFaceThreshold { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
SelectLaminate(String)
Declaration
public void SelectLaminate(string laminate)
Parameters
Type |
Name |
Description |
System.String |
laminate |
|
UpdateApiLaminateList()
Declaration
public void UpdateApiLaminateList()
Implements
System.Runtime.Remoting.Messaging.IMessageSink