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()
    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.UserDefinedTemplate
    Assembly: NXOpen.dll
    Syntax
    public class InstantiationBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    InstantiationBuilder()

    Declaration
    protected InstantiationBuilder()

    Properties

    BooleanFlag

    Declaration
    public InstantiationBuilder.JaUserdefinedtemplateinstantiationBooleanOption BooleanFlag { get; set; }
    Property Value
    Type Description
    InstantiationBuilder.JaUserdefinedtemplateinstantiationBooleanOption

    BooleanTarget

    Declaration
    public NXObject BooleanTarget { get; set; }
    Property Value
    Type Description
    NXObject

    Expandable

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

    ExplodeFlag

    Declaration
    public InstantiationBuilder.JaUserdefinedtemplateinstantiationExplodeOption ExplodeFlag { get; set; }
    Property Value
    Type Description
    InstantiationBuilder.JaUserdefinedtemplateinstantiationExplodeOption

    Explosion

    Declaration
    [Obsolete("Deprecated in NX2007.0.0.  This method has no replacement. It is no longer used or supported.")]
    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.JaUserdefinedtemplateinstantiationLayerOption LayerOption { get; set; }
    Property Value
    Type Description
    InstantiationBuilder.JaUserdefinedtemplateinstantiationLayerOption

    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