Search Results for

    Show / Hide Table of Contents

    Class LaminateExtrudeSetupBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    LaminateExtrudeSetupBuilder
    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 LaminateExtrudeSetupBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    LaminateExtrudeSetupBuilder()

    Declaration
    protected LaminateExtrudeSetupBuilder()

    Properties

    CutFaceDrops

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

    CutFaceSelect

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

    Cuts

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

    ExtrudeName

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

    FlipNormals

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

    HomogeneousPlies

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

    KeepInvalidElems

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

    MinElemThickness

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

    NumSmoothIterations

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

    ReferencePlaneLocation

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

    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
    System.Boolean

    SandwichBottomSkinMeshOption

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

    SandwichInflation

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

    SandwichNumCoreElementLayers

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

    SandwichTopSkinMeshOption

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

    Selection

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

    SinglePlyPerLayer

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

    SmoothNormals

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

    SmoothRatio

    Declaration
    public double SmoothRatio { get; set; }
    Property Value
    Type Description
    System.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
    System.Boolean

    ClearSandwichCorePly(Boolean)

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX