Search Results for

    Show / Hide Table of Contents

    Class LaminateExtrudeSetupBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    LaminateExtrudeSetupBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class LaminateExtrudeSetupBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    LaminateExtrudeSetupBuilder()

    Declaration
    protected LaminateExtrudeSetupBuilder()

    Properties

    CutFaceDrops

    Declaration
    public bool CutFaceDrops { get; set; }
    Property Value
    Type Description
    bool

    CutFaceSelect

    Declaration
    public SelectCAEFaceList CutFaceSelect { get; }
    Property Value
    Type Description
    SelectCAEFaceList

    Cuts

    Declaration
    public bool Cuts { get; set; }
    Property Value
    Type Description
    bool

    ExtrudeName

    Declaration
    public string ExtrudeName { get; set; }
    Property Value
    Type Description
    string

    FlipNormals

    Declaration
    public bool FlipNormals { get; set; }
    Property Value
    Type Description
    bool

    HomogeneousPlies

    Declaration
    public bool HomogeneousPlies { get; set; }
    Property Value
    Type Description
    bool

    KeepInvalidElems

    Declaration
    public bool KeepInvalidElems { get; set; }
    Property Value
    Type Description
    bool

    MinElemThickness

    Declaration
    public double MinElemThickness { get; set; }
    Property Value
    Type Description
    double

    NumSmoothIterations

    Declaration
    public int NumSmoothIterations { get; set; }
    Property Value
    Type Description
    int

    ReferencePlaneLocation

    Declaration
    public bool ReferencePlaneLocation { get; set; }
    Property Value
    Type Description
    bool

    SamcefElementType

    Declaration
    public LaminateExtrudeSetupBuilder.SamcefElementTypeEnum SamcefElementType { get; set; }
    Property Value
    Type Description
    LaminateExtrudeSetupBuilder.SamcefElementTypeEnum

    SamcefSolidShells

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Use method NXOpen.CAE.LaminateExtrudeSetupBuilder.SamcefElementType")]
    public bool SamcefSolidShells { get; set; }
    Property Value
    Type Description
    bool

    SandwichBottomSkinMeshOption

    Declaration
    public int SandwichBottomSkinMeshOption { get; set; }
    Property Value
    Type Description
    int

    SandwichInflation

    Declaration
    public bool SandwichInflation { get; set; }
    Property Value
    Type Description
    bool

    SandwichNumCoreElementLayers

    Declaration
    public int SandwichNumCoreElementLayers { get; set; }
    Property Value
    Type Description
    int

    SandwichTopSkinMeshOption

    Declaration
    public int SandwichTopSkinMeshOption { get; set; }
    Property Value
    Type Description
    int

    Selection

    Declaration
    public LaminateSelectEntitiesBuilder Selection { get; }
    Property Value
    Type Description
    LaminateSelectEntitiesBuilder

    SinglePlyPerLayer

    Declaration
    public bool SinglePlyPerLayer { get; set; }
    Property Value
    Type Description
    bool

    SmoothNormals

    Declaration
    public bool SmoothNormals { get; set; }
    Property Value
    Type Description
    bool

    SmoothRatio

    Declaration
    public double SmoothRatio { get; set; }
    Property Value
    Type Description
    double

    SnapToCutFaceTolerance

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

    Methods

    AddSandwichCorePly(LaminatePly)

    Declaration
    public bool AddSandwichCorePly(LaminatePly ply)
    Parameters
    Type Name Description
    LaminatePly ply
    Returns
    Type Description
    bool

    ClearSandwichCorePly(bool)

    Declaration
    public void ClearSandwichCorePly(bool clear)
    Parameters
    Type Name Description
    bool clear

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX