Class LaminateImportedLayupBuilder
Inheritance
LaminateImportedLayupBuilder
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
ElementalNodalMapping
Declaration
public int ElementalNodalMapping { get; set; }
Property Value
FileName
Declaration
public string FileName { get; set; }
Property Value
FileType
Declaration
public LaminateImportedLayupBuilder.FileEnum FileType { get; set; }
Property Value
FillPartiallyMappedFaces
Declaration
public bool FillPartiallyMappedFaces { get; set; }
Property Value
FillUnmappedFaceThreshold
Declaration
public double FillUnmappedFaceThreshold { get; set; }
Property Value
ImportDescriptionFromName
Declaration
public bool ImportDescriptionFromName { get; set; }
Property Value
ImportMaterials
Declaration
public bool ImportMaterials { get; set; }
Property Value
ImportMethod
Declaration
public LaminateImportedLayupBuilder.ImportMethodEnum ImportMethod { get; set; }
Property Value
LayupName
Declaration
public string LayupName { get; set; }
Property Value
MaxDeviationAngle
Declaration
public Expression MaxDeviationAngle { get; }
Property Value
MeshSizeFactor
Declaration
public double MeshSizeFactor { get; set; }
Property Value
NameOverride
Declaration
public bool NameOverride { get; set; }
Property Value
NodalMapping
Declaration
public int NodalMapping { get; set; }
Property Value
NumDiscretizationPoints
Declaration
public int NumDiscretizationPoints { get; set; }
Property Value
OmitPartiallyMapped
Declaration
public bool OmitPartiallyMapped { get; set; }
Property Value
OverridePlyMappingOptions
Declaration
public bool OverridePlyMappingOptions { get; set; }
Property Value
OverwriteMaterials
Declaration
public bool OverwriteMaterials { get; set; }
Property Value
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
Methods
SelectLaminate(string)
Declaration
public void SelectLaminate(string laminate)
Parameters
Type |
Name |
Description |
string |
laminate |
|
UpdateApiLaminateList()
Declaration
public void UpdateApiLaminateList()
Implements
System.Runtime.Remoting.Messaging.IMessageSink