Search Results for

    Show / Hide Table of Contents

    Class AngularDimensionUtils

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    AngularDimensionUtils
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    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.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class AngularDimensionUtils : NXRemotableObject, IMessageSink

    Constructors

    AngularDimensionUtils(Session)

    Declaration
    protected AngularDimensionUtils(Session owner)
    Parameters
    Type Name Description
    Session owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    GetAllowSupplementaryAngle(Dimension)

    Declaration
    public bool GetAllowSupplementaryAngle(Dimension dimension)
    Parameters
    Type Name Description
    Dimension dimension
    Returns
    Type Description
    System.Boolean

    GetAngularDimensionUtils(Session)

    Declaration
    public static AngularDimensionUtils GetAngularDimensionUtils(Session owner)
    Parameters
    Type Name Description
    Session owner
    Returns
    Type Description
    AngularDimensionUtils

    InferQuadrantAngleFromLocation(Dimension, Point3d)

    Declaration
    public bool InferQuadrantAngleFromLocation(Dimension dimension, Point3d location)
    Parameters
    Type Name Description
    Dimension dimension
    Point3d location
    Returns
    Type Description
    System.Boolean

    SetAllowSupplementaryAngle(Dimension, Boolean)

    Declaration
    public void SetAllowSupplementaryAngle(Dimension dimension, bool allowSupplementaryAngle)
    Parameters
    Type Name Description
    Dimension dimension
    System.Boolean allowSupplementaryAngle

    Implements

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