Search Results for

    Show / Hide Table of Contents

    Class BoundingObjectBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BoundingObjectBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.GeometricUtilities
    Assembly: NXOpen.dll
    Syntax
    public class BoundingObjectBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    BoundingObjectBuilder()

    Declaration
    protected BoundingObjectBuilder()

    Properties

    BoundingCurve

    Declaration
    public SelectDisplayableObject BoundingCurve { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    BoundingObjectMethod

    Declaration
    public BoundingObjectBuilder.Method BoundingObjectMethod { get; set; }
    Property Value
    Type Description
    BoundingObjectBuilder.Method

    BoundingPlane

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

    BoundingPoint

    Declaration
    public Point BoundingPoint { get; set; }
    Property Value
    Type Description
    Point

    BoundingPoint1

    Declaration
    public Point BoundingPoint1 { get; set; }
    Property Value
    Type Description
    Point

    BoundingPoint2

    Declaration
    public Point BoundingPoint2 { get; set; }
    Property Value
    Type Description
    Point

    BoundingProjectPoint

    Declaration
    public Point BoundingProjectPoint { get; set; }
    Property Value
    Type Description
    Point

    BoundingVector

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

    IntersectionReference

    Declaration
    public Point IntersectionReference { get; set; }
    Property Value
    Type Description
    Point

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX