Search Results for

    Show / Hide Table of Contents

    Class LaminateFillSetupBuilder

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

    Constructors

    LaminateFillSetupBuilder()

    Declaration
    protected LaminateFillSetupBuilder()

    Properties

    FillName

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

    HomogeneousPlies

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

    LimitThicknessVariation

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

    SamcefElementType

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

    SamcefSolidShells

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

    Selection

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

    SinglePlyPerLayer

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

    ThicknessVariationDownLimit

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

    ThicknessVariationUpLimit

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

    Implements

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