Search Results for

    Show / Hide Table of Contents

    Class AssociativeAngleBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    AssociativeAngleBuilder
    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.Drawings
    Assembly: NXOpen.dll
    Syntax
    public class AssociativeAngleBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    AssociativeAngleBuilder()

    Declaration
    protected AssociativeAngleBuilder()

    Properties

    Angle

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

    AngleValue

    Declaration
    public double AngleValue { get; set; }
    Property Value
    Type Description
    System.Double

    Associative

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

    EvaluationPlane

    Declaration
    public AssociativeAngleBuilder.EvaluationPlaneType EvaluationPlane { get; set; }
    Property Value
    Type Description
    AssociativeAngleBuilder.EvaluationPlaneType

    FirstMapView

    Declaration
    public View FirstMapView { get; set; }
    Property Value
    Type Description
    View

    FirstObject

    Declaration
    public SelectNXObject FirstObject { get; }
    Property Value
    Type Description
    SelectNXObject

    FirstObjectType

    Declaration
    public AssociativeAngleBuilder.ObjectType FirstObjectType { get; set; }
    Property Value
    Type Description
    AssociativeAngleBuilder.ObjectType

    FirstVector

    Declaration
    public Direction FirstVector { get; set; }
    Property Value
    Type Description
    Direction

    Plane

    Declaration
    public Plane Plane { get; set; }
    Property Value
    Type Description
    Plane

    ScalarObject

    Declaration
    public Scalar ScalarObject { get; set; }
    Property Value
    Type Description
    Scalar

    SecondMapView

    Declaration
    public View SecondMapView { get; set; }
    Property Value
    Type Description
    View

    SecondObject

    Declaration
    public SelectNXObject SecondObject { get; }
    Property Value
    Type Description
    SelectNXObject

    SecondObjectType

    Declaration
    public AssociativeAngleBuilder.ObjectType SecondObjectType { get; set; }
    Property Value
    Type Description
    AssociativeAngleBuilder.ObjectType

    SecondVector

    Declaration
    public Direction SecondVector { get; set; }
    Property Value
    Type Description
    Direction

    Methods

    AlternateAngle()

    Declaration
    public void AlternateAngle()

    CreateScalarObject()

    Declaration
    public void CreateScalarObject()

    CreateScalarObjectFromData(Scalar, Double)

    Declaration
    public void CreateScalarObjectFromData(Scalar scalarTag, double angleValue)
    Parameters
    Type Name Description
    Scalar scalarTag
    System.Double angleValue

    SetIsMeasure(Boolean)

    Declaration
    public void SetIsMeasure(bool isMeasure)
    Parameters
    Type Name Description
    System.Boolean isMeasure

    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