Class BoundingObjectBuilder
Inheritance
BoundingObjectBuilder
Assembly: NXOpen.dll
Syntax
public class BoundingObjectBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
BoundingObjectBuilder()
Declaration
protected BoundingObjectBuilder()
Properties
BoundingCurve
Declaration
public SelectDisplayableObject BoundingCurve { get; }
Property Value
BoundingObjectMethod
Declaration
public BoundingObjectBuilder.Method BoundingObjectMethod { get; set; }
Property Value
BoundingPlane
Declaration
public Plane BoundingPlane { get; set; }
Property Value
BoundingPoint
Declaration
public Point BoundingPoint { get; set; }
Property Value
BoundingPoint1
Declaration
public Point BoundingPoint1 { get; set; }
Property Value
BoundingPoint2
Declaration
public Point BoundingPoint2 { get; set; }
Property Value
BoundingProjectPoint
Declaration
public Point BoundingProjectPoint { get; set; }
Property Value
BoundingVector
Declaration
public Direction BoundingVector { get; set; }
Property Value
IntersectionReference
Declaration
public Point IntersectionReference { get; set; }
Property Value
Methods
Validate()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink