Class ElectrodeComponentBuilder
Inheritance
System.Object
System.MarshalByRefObject
ElectrodeComponentBuilder
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 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 Point3d ReferenceCenter { get; set; }
Property Value
Declaration
public bool ReferPart { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool Rename { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string StandardData { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string StandardPart { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
public NXObject InstallComponentPart(SpreadsheetData templateData, string libraryName, string catalogName, string classificationName, string titleName)
Parameters
Type |
Name |
Description |
SpreadsheetData |
templateData |
|
System.String |
libraryName |
|
System.String |
catalogName |
|
System.String |
classificationName |
|
System.String |
titleName |
|
Returns
Declaration
public void SetTemplateDataName(string templateDataName)
Parameters
Type |
Name |
Description |
System.String |
templateDataName |
|
Declaration
public void SetTemplatePartName(string templatePartName)
Parameters
Type |
Name |
Description |
System.String |
templatePartName |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink