Search Results for

    Show / Hide Table of Contents

    Class RectangularFrameBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    RectangularFrameBuilder
    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 RectangularFrameBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    RectangularFrameBuilder()

    Declaration
    protected RectangularFrameBuilder()

    Properties

    AnchorLocation

    Declaration
    public RectangularFrameBuilder.AnchorLocationType AnchorLocation { get; set; }
    Property Value
    Type Description
    RectangularFrameBuilder.AnchorLocationType

    AnchorLocator

    Declaration
    public SelectSmartObject AnchorLocator { get; }
    Property Value
    Type Description
    SelectSmartObject

    CoordinateSystem

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

    Height

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

    Length

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

    Shear

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

    WScale

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

    Methods

    EditCoordinateSystem(Point, Matrix3x3)

    Declaration
    public void EditCoordinateSystem(Point origin, Matrix3x3 csys)
    Parameters
    Type Name Description
    Point origin
    Matrix3x3 csys

    UpdateOnCoordinateSystem()

    Declaration
    public void UpdateOnCoordinateSystem()

    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