Class ElectrodeCheckingBuilder
Inheritance
System.Object
System.MarshalByRefObject
ElectrodeCheckingBuilder
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)
Namespace: NXOpen.Tooling
Assembly: NXOpen.dll
Syntax
public class ElectrodeCheckingBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ElectrodeCheckingBuilder()
Declaration
protected ElectrodeCheckingBuilder()
Properties
Electrode
Declaration
public SelectComponentList Electrode { get; }
Property Value
Type | Description |
---|---|
SelectComponentList |
ElectrodeNameFilter
Declaration
public string ElectrodeNameFilter { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InterSolid
Declaration
public bool InterSolid { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MapFaceColor
Declaration
public bool MapFaceColor { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SameParent
Declaration
public bool SameParent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SaveResultsInPart
Declaration
public bool SaveResultsInPart { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TouchArea
Declaration
public bool TouchArea { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TouchBody
Declaration
public bool TouchBody { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Workpiece
Declaration
public SelectComponentList Workpiece { get; }
Property Value
Type | Description |
---|---|
SelectComponentList |
WorkpieceNameFilter
Declaration
public string WorkpieceNameFilter { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.Runtime.Remoting.Messaging.IMessageSink