Search Results for

    Show / Hide Table of Contents

    Class ElectrodeCheckingBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ElectrodeCheckingBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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

    TouchAreaTolerance

    Declaration
    public Expression TouchAreaTolerance { get; }
    Property Value
    Type Description
    Expression

    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
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX