Search Results for

    Show / Hide Table of Contents

    Class LaminateReportObjectBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    LaminateReportObjectBuilder
    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 LaminateReportObjectBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    LaminateReportObjectBuilder()

    Declaration
    protected LaminateReportObjectBuilder()

    Properties

    GroupReference

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

    ReportObjLabel

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

    ReportObjName

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

    SelectAllElements

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

    SelectAllPlies

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

    SelectElements

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

    Methods

    GetSelectedPlyNames(out string[])

    Declaration
    public void GetSelectedPlyNames(out string[] selectedPlyNames)
    Parameters
    Type Name Description
    string[] selectedPlyNames

    SetSelectedGroups(NXObject[])

    Declaration
    public void SetSelectedGroups(NXObject[] selectedGroups)
    Parameters
    Type Name Description
    NXObject[] selectedGroups

    SetSelectedPlyNames(string[])

    Declaration
    public void SetSelectedPlyNames(string[] selectedPlies)
    Parameters
    Type Name Description
    string[] selectedPlies

    Implements

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