Search Results for

    Show / Hide Table of Contents

    Class InstantiationBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    InstantiationBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    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.UserDefinedTemplate
    Assembly: NXOpen.dll
    Syntax
    public class InstantiationBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    InstantiationBuilder()

    Declaration
    protected InstantiationBuilder()

    Properties

    Explosion

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

    LayerNumber

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

    LayerOption

    Declaration
    public InstantiationBuilder.JaUserdefinedtemplateLayerOption LayerOption { get; set; }
    Property Value
    Type Description
    InstantiationBuilder.JaUserdefinedtemplateLayerOption

    Methods

    GetExpressions()

    Declaration
    public Expression[] GetExpressions()
    Returns
    Type Description
    Expression[]

    GetMatchedExpression(Expression, out Boolean)

    Declaration
    public Expression GetMatchedExpression(Expression originalExpression, out bool canBeEdited)
    Parameters
    Type Name Description
    Expression originalExpression
    System.Boolean canBeEdited
    Returns
    Type Description
    Expression

    GetMatchedReference(NXObject, out Boolean)

    Declaration
    public NXObject GetMatchedReference(NXObject originalReference, out bool isDirectionFlipped)
    Parameters
    Type Name Description
    NXObject originalReference
    System.Boolean isDirectionFlipped
    Returns
    Type Description
    NXObject

    GetReferences()

    Declaration
    public NXObject[] GetReferences()
    Returns
    Type Description
    NXObject[]

    LoadAuthoringPart(String)

    Declaration
    public Part LoadAuthoringPart(string authoringPartName)
    Parameters
    Type Name Description
    System.String authoringPartName
    Returns
    Type Description
    Part

    SetMatchedReference(NXObject, NXObject, Boolean)

    Declaration
    public void SetMatchedReference(NXObject originalReference, NXObject matchedReference, bool flipDirection)
    Parameters
    Type Name Description
    NXObject originalReference
    NXObject matchedReference
    System.Boolean flipDirection

    Implements

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