Class SplitInsertBuilder
Inheritance
SplitInsertBuilder
Assembly: NXOpen.dll
public class SplitInsertBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected SplitInsertBuilder()
Properties
Declaration
public bool KeepOriginal { get; set; }
Property Value
Declaration
public bool RenameComponent { get; set; }
Property Value
Declaration
public SelectComponentList SelectComponent { get; }
Property Value
Declaration
public Section SplittingCurves { get; }
Property Value
Declaration
public bool SplittingDirection { get; set; }
Property Value
Declaration
public int WizardType { get; set; }
Property Value
Methods
FindLinkedBodyFeatureAndSource(string, string)
Declaration
public void FindLinkedBodyFeatureAndSource(string featureType, string featureNameSubString)
Parameters
Type |
Name |
Description |
string |
featureType |
|
string |
featureNameSubString |
|
FindLinkedBodyFeatureAndSourceForAll()
Declaration
public void FindLinkedBodyFeatureAndSourceForAll()
Declaration
public string GetComponentFullName(NXObject componentTag)
Parameters
Type |
Name |
Description |
NXObject |
componentTag |
|
Returns
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