Search Results for

    Show / Hide Table of Contents

    Class RegionTracker

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    RegionTracker
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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.GeometricUtilities
    Assembly: NXOpen.dll
    Syntax
    public class RegionTracker : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    RegionTracker()

    Declaration
    protected RegionTracker()

    Properties

    OnTool

    Declaration
    public bool OnTool { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    AppendOneBoundaryBody(Body, Boolean)

    Declaration
    public void AppendOneBoundaryBody(Body boundaryBodyEid, bool sideness)
    Parameters
    Type Name Description
    Body boundaryBodyEid
    System.Boolean sideness

    GetEdgeSelectors(out Face[])

    Declaration
    public void GetEdgeSelectors(out Face[] entities)
    Parameters
    Type Name Description
    Face[] entities

    GetFaceSelectors(out Face[])

    Declaration
    public void GetFaceSelectors(out Face[] entities)
    Parameters
    Type Name Description
    Face[] entities

    GetOwningBody()

    Declaration
    public Body GetOwningBody()
    Returns
    Type Description
    Body

    GetVertexSelectors(out Edge[], out RegionTracker.ExtremityType[])

    Declaration
    public void GetVertexSelectors(out Edge[] entities, out RegionTracker.ExtremityType[] extremities)
    Parameters
    Type Name Description
    Edge[] entities
    RegionTracker.ExtremityType[] extremities

    SetEdgeSelectors(Edge[])

    Declaration
    public void SetEdgeSelectors(Edge[] entities)
    Parameters
    Type Name Description
    Edge[] entities

    SetFaceSelectors(Face[])

    Declaration
    public void SetFaceSelectors(Face[] entities)
    Parameters
    Type Name Description
    Face[] entities

    SetOneEdgeSelector(Edge)

    Declaration
    public void SetOneEdgeSelector(Edge entity)
    Parameters
    Type Name Description
    Edge entity

    SetOneFaceSelector(Face)

    Declaration
    public void SetOneFaceSelector(Face entity)
    Parameters
    Type Name Description
    Face entity

    SetOnePointSelector(Point3d)

    Declaration
    public void SetOnePointSelector(Point3d location)
    Parameters
    Type Name Description
    Point3d location

    SetOneVertexSelector(Edge, RegionTracker.ExtremityType)

    Declaration
    public void SetOneVertexSelector(Edge entity, RegionTracker.ExtremityType extremity)
    Parameters
    Type Name Description
    Edge entity
    RegionTracker.ExtremityType extremity

    SetOwningBody(Body)

    Declaration
    public void SetOwningBody(Body owningBodyEid)
    Parameters
    Type Name Description
    Body owningBodyEid

    SetVertexSelectors(Edge[], RegionTracker.ExtremityType[])

    Declaration
    public void SetVertexSelectors(Edge[] entities, RegionTracker.ExtremityType[] extremities)
    Parameters
    Type Name Description
    Edge[] entities
    RegionTracker.ExtremityType[] extremities

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX