Search Results for

    Show / Hide Table of Contents

    Class LaminateImportedLayupBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    LaminateImportedLayupBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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 LaminateImportedLayupBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    LaminateImportedLayupBuilder()

    Declaration
    protected LaminateImportedLayupBuilder()

    Properties

    ApiType

    Declaration
    public LaminateImportedLayupBuilder.ApiTypeEnum ApiType { get; set; }
    Property Value
    Type Description
    LaminateImportedLayupBuilder.ApiTypeEnum

    ElementalElemSelection

    Declaration
    public SelectElementsBuilder ElementalElemSelection { get; }
    Property Value
    Type Description
    SelectElementsBuilder

    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
    Type Description
    LaminateImportedLayupBuilder.FileEnum

    FillPartiallyMappedFaces

    Declaration
    public bool FillPartiallyMappedFaces { get; set; }
    Property Value
    Type Description
    System.Boolean

    FillUnmappedFaceThreshold

    Declaration
    public double FillUnmappedFaceThreshold { get; set; }
    Property Value
    Type Description
    System.Double

    ImportDescriptionFromName

    Declaration
    public bool ImportDescriptionFromName { get; set; }
    Property Value
    Type Description
    System.Boolean

    ImportMaterials

    Declaration
    public bool ImportMaterials { get; set; }
    Property Value
    Type Description
    System.Boolean

    ImportMethod

    Declaration
    public LaminateImportedLayupBuilder.ImportMethodEnum ImportMethod { get; set; }
    Property Value
    Type Description
    LaminateImportedLayupBuilder.ImportMethodEnum

    LayupName

    Declaration
    public string LayupName { get; set; }
    Property Value
    Type Description
    System.String

    MaxDeviationAngle

    Declaration
    public Expression MaxDeviationAngle { get; }
    Property Value
    Type Description
    Expression

    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

    OverridePlyMappingOptions

    Declaration
    public bool OverridePlyMappingOptions { 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
    Type Description
    LaminateSelectEntitiesBuilder

    Tolerance

    Declaration
    public Expression Tolerance { get; }
    Property Value
    Type Description
    Expression

    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
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX