Search Results for

    Show / Hide Table of Contents

    Class CopySolidBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CopySolidBuilder
    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.Tooling
    Assembly: NXOpen.dll
    Syntax
    public class CopySolidBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    CopySolidBuilder()

    Declaration
    protected CopySolidBuilder()

    Properties

    Associative

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

    CloneObject

    Declaration
    public CloneObject CloneObject { get; }
    Property Value
    Type Description
    CloneObject

    CopyDestinationSelection

    Declaration
    public CopySolidBuilder.CopyDestinationType CopyDestinationSelection { get; set; }
    Property Value
    Type Description
    CopySolidBuilder.CopyDestinationType

    DestinationComponent

    Declaration
    public SelectComponent DestinationComponent { get; }
    Property Value
    Type Description
    SelectComponent

    FixAtCurrentTimestamp

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

    MultipleComponents

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

    OriginalBodyLayer

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

    OriginalBodyOperation

    Declaration
    public CopySolidBuilder.OriginalOperationOption OriginalBodyOperation { get; set; }
    Property Value
    Type Description
    CopySolidBuilder.OriginalOperationOption

    SelectBodies

    Declaration
    public SelectBodyList SelectBodies { get; }
    Property Value
    Type Description
    SelectBodyList

    SelectParentPartOcc

    Declaration
    public SelectComponent SelectParentPartOcc { get; }
    Property Value
    Type Description
    SelectComponent

    TemplateNameListValue

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

    WizardType

    Declaration
    public ToolingApplication WizardType { get; set; }
    Property Value
    Type Description
    ToolingApplication

    Methods

    ClearPartItems()

    Declaration
    public void ClearPartItems()

    GetParentFromConfigurationRecord()

    Declaration
    public string GetParentFromConfigurationRecord()
    Returns
    Type Description
    string

    SetIsDefinedParent(bool)

    Declaration
    public void SetIsDefinedParent(bool isDefinedParent)
    Parameters
    Type Name Description
    bool isDefinedParent

    SetTemplateAttribute(string, string, string, bool)

    Declaration
    public void SetTemplateAttribute(string templateName, string attributeName, string attributeValue, bool deleteAttr)
    Parameters
    Type Name Description
    string templateName
    string attributeName
    string attributeValue
    bool deleteAttr

    UpdateCloneItemsName()

    Declaration
    public void UpdateCloneItemsName()

    UpdateClonePartItems(PartItemUpdateType)

    Declaration
    public void UpdateClonePartItems(CopySolidBuilder.PartItemUpdateType updateType)
    Parameters
    Type Name Description
    CopySolidBuilder.PartItemUpdateType updateType

    Implements

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