Search Results for

    Show / Hide Table of Contents

    Class BoundingObjectBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BoundingObjectBuilder
    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 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
    System.Boolean

    Implements

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