Search Results for

    Show / Hide Table of Contents

    Class CopySolidBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CopySolidBuilder
    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.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
    System.Boolean

    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
    System.Boolean

    MultipleComponents

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

    OriginalBodyLayer

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

    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
    System.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
    System.String

    SetIsDefinedParent(Boolean)

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

    SetTemplateAttribute(String, String, String, Boolean)

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

    UpdateCloneItemsName()

    Declaration
    public void UpdateCloneItemsName()

    UpdateClonePartItems(CopySolidBuilder.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