Search Results for

    Show / Hide Table of Contents

    Class InstantiationBuilder

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

    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
    bool

    LayerNumber

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

    LayerOption

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

    PmiSettings

    Declaration
    public InstantiationBuilder.JaUserdefinedtemplateinstantiationPmiSettingsOption PmiSettings { get; set; }
    Property Value
    Type Description
    InstantiationBuilder.JaUserdefinedtemplateinstantiationPmiSettingsOption

    RepositionCsys

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

    Methods

    AutomatchReference(NXObject, NXObject[], NXObject[], bool[], bool, out bool)

    Declaration
    public NXObject AutomatchReference(NXObject reference, NXObject[] references, NXObject[] matchedReferences, bool[] isDirectionsFlipped, bool doNameMatch, out bool isDirectionFlipped)
    Parameters
    Type Name Description
    NXObject reference
    NXObject[] references
    NXObject[] matchedReferences
    bool[] isDirectionsFlipped
    bool doNameMatch
    bool isDirectionFlipped
    Returns
    Type Description
    NXObject

    GetExpressions()

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

    GetMatchedExpression(Expression, out bool)

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

    GetMatchedReference(NXObject, out bool)

    Declaration
    public NXObject GetMatchedReference(NXObject originalReference, out bool isDirectionFlipped)
    Parameters
    Type Name Description
    NXObject originalReference
    bool 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
    string authoringPartName
    Returns
    Type Description
    Part

    SetMatchedReference(NXObject, NXObject, bool)

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

    Implements

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