Search Results for

    Show / Hide Table of Contents

    Class CreateNewComponentBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CreateNewComponentBuilder
    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.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

    Csys

    Declaration
    public CoordinateSystem Csys { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    DefiningObjectsAdded

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

    LayerNumber

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

    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
    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
    bool

    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
    string

    Implements

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