Search Results for

    Show / Hide Table of Contents

    Class ShapeFrameBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ShapeFrameBuilder
    CircularFrameBuilder
    QuadrilateralFrameBuilder
    TriangularFrameBuilder
    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.GeometricUtilities
    Assembly: NXOpen.dll
    Syntax
    public class ShapeFrameBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    ShapeFrameBuilder()

    Declaration
    protected ShapeFrameBuilder()

    Properties

    Anchor

    Declaration
    public AnchorLocatorBuilder Anchor { get; }
    Property Value
    Type Description
    AnchorLocatorBuilder

    AnchorAttachment

    Declaration
    public ShapeFrameBuilder.AnchorAttachmentType AnchorAttachment { get; set; }
    Property Value
    Type Description
    ShapeFrameBuilder.AnchorAttachmentType

    NumberVertices

    Declaration
    public int NumberVertices { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    GetMidpointCoords(Int32)

    Declaration
    public Point2d GetMidpointCoords(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    Point2d

    GetVertexCoords(Int32)

    Declaration
    public Point2d GetVertexCoords(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    Point2d

    SetMidpointCoords(Int32, Point2d)

    Declaration
    public void SetMidpointCoords(int index, Point2d coords)
    Parameters
    Type Name Description
    System.Int32 index
    Point2d coords

    SetVertexCoords(Int32, Point2d)

    Declaration
    public void SetVertexCoords(int index, Point2d coords)
    Parameters
    Type Name Description
    System.Int32 index
    Point2d coords

    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