Class ElectrodeBlankBuilder
Inheritance
ElectrodeBlankBuilder
Assembly: NXOpen.dll
public class ElectrodeBlankBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected ElectrodeBlankBuilder()
Properties
Declaration
public Expression Angle { get; }
Property Value
Declaration
public SelectComponent Blank { get; }
Property Value
Declaration
public Matrix3x3 BlankMatrix { get; set; }
Property Value
Declaration
public Expression BlendRadius { get; }
Property Value
Declaration
public double CrossLinesRatio { get; set; }
Property Value
Declaration
public Expression ExtensionHeight { get; }
Property Value
Declaration
public SelectBodyList HeadBodies { get; }
Property Value
Declaration
public SelectFace JointFace { get; }
Property Value
Declaration
public ElectrodeBlankBuilder.JointObject JointMethod { get; set; }
Property Value
Declaration
public bool KeepSize { get; set; }
Property Value
Declaration
public bool KeepZValueInSameMSet { get; set; }
Property Value
Declaration
public ElectrodeBlankBuilder.BlankMaterial Material { get; set; }
Property Value
Declaration
public TaggedObject MsetPart { get; set; }
Property Value
Declaration
public TaggedObject MultiPositionBuilder { get; set; }
Property Value
Declaration
public Point3d ReferenceCenter { get; set; }
Property Value
Declaration
public double ReferencePointPrecision { get; set; }
Property Value
Declaration
public bool Rename { get; set; }
Property Value
Declaration
public TaggedObject ReusablePartBuilder { get; set; }
Property Value
Declaration
public Expression RotationAngle { get; }
Property Value
Declaration
public bool RoundCrossLinesPosition { get; set; }
Property Value
Declaration
public ElectrodeBlankBuilder.BlankShape Shape { get; set; }
Property Value
Declaration
public bool UniteBodies { get; set; }
Property Value
Declaration
public Expression XRefValue { get; }
Property Value
Declaration
public Expression YRefValue { get; }
Property Value
Declaration
public Expression ZRefValue { get; }
Property Value
Methods
Declaration
public CloneObject CreateCloneObject(int applicationType, int installationMethod, string partToBeInstalled, string folderToSaveParts, string projectName)
Parameters
Type |
Name |
Description |
int |
applicationType |
|
int |
installationMethod |
|
string |
partToBeInstalled |
|
string |
folderToSaveParts |
|
string |
projectName |
|
Returns
Declaration
public void UpdateBlankData(string registerPath, string dataPath, string modelPath, string bitmapPath, string material, string[] paraNames, string[] paraValues)
Parameters
Declaration
public void UpdateDisplayName(string displayName)
Parameters
Type |
Name |
Description |
string |
displayName |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink