Class InstantiationBuilder
Inheritance
System.Object
System.MarshalByRefObject
InstantiationBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
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
BooleanTarget
Declaration
public NXObject BooleanTarget { get; set; }
Property Value
Expandable
Declaration
public bool Expandable { get; }
Property Value
Type |
Description |
System.Boolean |
|
ExplodeFlag
Declaration
public InstantiationBuilder.JaUserdefinedtemplateinstantiationExplodeOption ExplodeFlag { get; set; }
Property Value
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
Methods
GetExpressions()
Declaration
public Expression[] GetExpressions()
Returns
GetMatchedExpression(Expression, out Boolean)
Declaration
public Expression GetMatchedExpression(Expression originalExpression, out bool canBeEdited)
Parameters
Type |
Name |
Description |
Expression |
originalExpression |
|
System.Boolean |
canBeEdited |
|
Returns
GetMatchedReference(NXObject, out Boolean)
Declaration
public NXObject GetMatchedReference(NXObject originalReference, out bool isDirectionFlipped)
Parameters
Type |
Name |
Description |
NXObject |
originalReference |
|
System.Boolean |
isDirectionFlipped |
|
Returns
GetReferences()
Declaration
public NXObject[] GetReferences()
Returns
LoadAuthoringPart(String)
Declaration
public Part LoadAuthoringPart(string authoringPartName)
Parameters
Type |
Name |
Description |
System.String |
authoringPartName |
|
Returns
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