Search Results for

    Show / Hide Table of Contents

    Class CreateNewComponentBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CreateNewComponentBuilder
    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.Assemblies
    Assembly: NXOpen.dll
    Syntax
    public class CreateNewComponentBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    CreateNewComponentBuilder()

    Declaration
    protected CreateNewComponentBuilder()

    Properties

    ComponentCam

    Declaration
    public CreateNewComponentBuilder.ComponentCamType ComponentCam { get; set; }
    Property Value
    Type Description
    CreateNewComponentBuilder.ComponentCamType

    ComponentOrigin

    Declaration
    public CreateNewComponentBuilder.ComponentOriginType ComponentOrigin { get; set; }
    Property Value
    Type Description
    CreateNewComponentBuilder.ComponentOriginType

    DefiningObjectsAdded

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

    LayerNumber

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

    LayerOption

    Declaration
    public CreateNewComponentBuilder.ComponentLayerOptionType LayerOption { get; set; }
    Property Value
    Type Description
    CreateNewComponentBuilder.ComponentLayerOptionType

    NewComponentName

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

    NewFile

    Declaration
    public FileNew NewFile { get; set; }
    Property Value
    Type Description
    FileNew

    ObjectForNewComponent

    Declaration
    public SelectDisplayableObjectList ObjectForNewComponent { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    OriginalObjectsDeleted

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

    ReferenceSet

    Declaration
    public CreateNewComponentBuilder.ComponentReferenceSetType ReferenceSet { get; set; }
    Property Value
    Type Description
    CreateNewComponentBuilder.ComponentReferenceSetType

    ReferenceSetName

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

    Implements

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