Search Results for

    Show / Hide Table of Contents

    Class PmiRegionData

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    PmiSemanticData
    PmiRegionData
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    PmiSemanticData.FreeResource()
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    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.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class PmiRegionData : PmiSemanticData, IMessageSink, IDisposable

    Constructors

    PmiRegionData(nint)

    Declaration
    protected PmiRegionData(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    Diameter

    Declaration
    public double Diameter { get; }
    Property Value
    Type Description
    double

    Height

    Declaration
    public double Height { get; }
    Property Value
    Type Description
    double

    InnerDiameter

    Declaration
    public double InnerDiameter { get; }
    Property Value
    Type Description
    double

    Point1

    Declaration
    public Point3d Point1 { get; }
    Property Value
    Type Description
    Point3d

    Point2

    Declaration
    public Point3d Point2 { get; }
    Property Value
    Type Description
    Point3d

    RegionType

    Declaration
    public PmiRegionData.RegionTypes RegionType { get; }
    Property Value
    Type Description
    PmiRegionData.RegionTypes

    Width

    Declaration
    public double Width { get; }
    Property Value
    Type Description
    double

    Implements

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