Search Results for

    Show / Hide Table of Contents

    Class CircularFrameBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ShapeFrameBuilder
    CircularFrameBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    ShapeFrameBuilder.GetVertexCoords(Int32)
    ShapeFrameBuilder.SetVertexCoords(Int32, Point2d)
    ShapeFrameBuilder.GetMidpointCoords(Int32)
    ShapeFrameBuilder.SetMidpointCoords(Int32, Point2d)
    ShapeFrameBuilder.Validate()
    ShapeFrameBuilder.Anchor
    ShapeFrameBuilder.AnchorAttachment
    ShapeFrameBuilder.NumberVertices
    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 CircularFrameBuilder : ShapeFrameBuilder, IMessageSink, IComponentBuilder

    Constructors

    CircularFrameBuilder()

    Declaration
    protected CircularFrameBuilder()

    Properties

    Subtype

    Declaration
    public CircularFrameBuilder.Subtypes Subtype { get; set; }
    Property Value
    Type Description
    CircularFrameBuilder.Subtypes

    Methods

    GetAngle(Int32)

    Declaration
    public double GetAngle(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    System.Double

    GetRadius(Int32)

    Declaration
    public double GetRadius(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    System.Double

    SetAngle(Int32, Double)

    Declaration
    public void SetAngle(int index, double angle)
    Parameters
    Type Name Description
    System.Int32 index
    System.Double angle

    SetRadius(Int32, Double)

    Declaration
    public void SetRadius(int index, double radius)
    Parameters
    Type Name Description
    System.Int32 index
    System.Double radius

    Implements

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