Class SplitInsertBuilder
Inheritance
System.Object
System.MarshalByRefObject
SplitInsertBuilder
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
public class SplitInsertBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected SplitInsertBuilder()
Properties
Declaration
public bool KeepOriginal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool RenameComponent { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public SelectComponentList SelectComponent { get; }
Property Value
Declaration
public Section SplittingCurves { get; }
Property Value
Declaration
public bool SplittingDirection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int WizardType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
FindLinkedBodyFeatureAndSource(String, String)
Declaration
public void FindLinkedBodyFeatureAndSource(string featureType, string featureNameSubString)
Parameters
Type |
Name |
Description |
System.String |
featureType |
|
System.String |
featureNameSubString |
|
FindLinkedBodyFeatureAndSourceForAll()
Declaration
public void FindLinkedBodyFeatureAndSourceForAll()
Declaration
public string GetComponentFullName(NXObject componentTag)
Parameters
Type |
Name |
Description |
NXObject |
componentTag |
|
Returns
Type |
Description |
System.String |
|
Declaration
public Point3d GetComponentOrigin(NXObject componentTag)
Parameters
Type |
Name |
Description |
NXObject |
componentTag |
|
Returns
Declaration
public Matrix3x3 GetComponentTransform(NXObject componentTag)
Parameters
Type |
Name |
Description |
NXObject |
componentTag |
|
Returns
Declaration
public void PrepairToSplitInsert()
Declaration
public void ReverseTrimAndRelinkSourceAndCreateUDOForAll(NXObject[] sourceObjects)
Parameters
Type |
Name |
Description |
NXObject[] |
sourceObjects |
|
Declaration
public NXObject SaveAndGetComponentParent(NXObject componentTag)
Parameters
Type |
Name |
Description |
NXObject |
componentTag |
|
Returns
Declaration
public void SetLinkFeatureAndSourceObject(out NXObject[] sourceObjectsOld)
Parameters
Type |
Name |
Description |
NXObject[] |
sourceObjectsOld |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink