Class ElectrodeComponentBuilder
Inheritance
ElectrodeComponentBuilder
Assembly: NXOpen.dll
public class ElectrodeComponentBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected ElectrodeComponentBuilder()
Properties
Declaration
public ElectrodeComponentBuilder.Chuck ChuckType { get; set; }
Property Value
Declaration
public Matrix3x3 ComponentMatrix { get; set; }
Property Value
Declaration
public SelectFace Face { get; }
Property Value
Declaration
public SelectComponent Fixture { get; }
Property Value
Declaration
public NXObject MateCsys { get; set; }
Property Value
Declaration
public SelectComponent Parent { get; }
Property Value
Declaration
public bool ReferPart { get; set; }
Property Value
Declaration
public Point3d ReferenceCenter { get; set; }
Property Value
Declaration
public bool Rename { get; set; }
Property Value
Declaration
public string StandardData { get; set; }
Property Value
Declaration
public string StandardPart { get; set; }
Property Value
Methods
Declaration
public NXObject InstallComponentPart(SpreadsheetData templateData, string libraryName, string catalogName, string classificationName, string titleName)
Parameters
Returns
Declaration
public void SetTemplateDataName(string templateDataName)
Parameters
Type |
Name |
Description |
string |
templateDataName |
|
Declaration
public void SetTemplatePartName(string templatePartName)
Parameters
Type |
Name |
Description |
string |
templatePartName |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink