Search Results for

    Show / Hide Table of Contents

    Class ShapeRegion

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ShapeRegion
    Implements
    IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.RegionRecognition
    Assembly: NXOpen.dll
    Syntax
    public class ShapeRegion : TaggedObject, IMessageSink

    Constructors

    ShapeRegion()

    Declaration
    protected ShapeRegion()

    Methods

    AskCategory()

    Declaration
    public string AskCategory()
    Returns
    Type Description
    string

    AskName()

    Declaration
    public string AskName()
    Returns
    Type Description
    string

    FindFaceByCustomName(string)

    Declaration
    public Face FindFaceByCustomName(string customName)
    Parameters
    Type Name Description
    string customName
    Returns
    Type Description
    Face

    FindMatchingEdges(Edge)

    Declaration
    public Edge[] FindMatchingEdges(Edge seedEdge)
    Parameters
    Type Name Description
    Edge seedEdge
    Returns
    Type Description
    Edge[]

    FindMatchingFace(Face)

    Declaration
    public Face FindMatchingFace(Face seedFace)
    Parameters
    Type Name Description
    Face seedFace
    Returns
    Type Description
    Face

    GetEdges()

    Declaration
    public Edge[] GetEdges()
    Returns
    Type Description
    Edge[]

    GetFaces()

    Declaration
    public Face[] GetFaces()
    Returns
    Type Description
    Face[]

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX