Gets the bounding box enclosing this swept surface.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetBoundingBox( _
double* X1 As System.Double, _
double* Y1 As System.Double, _
double* Z1 As System.Double, _
double* X2 As System.Double, _
double* Y2 As System.Double, _
Z2 As System.Double _
) |
C# | |
---|
void GetBoundingBox(
out System.double X1,
out System.double Y1,
out System.double Z1,
out System.double X2,
out System.double Y2,
out System.double Z2
) |
JavaScript | |
---|
GetBoundingBox(
Z2 : System.doubl
) : {
X1 : Number,
Y1 : Number,
Z1 : Number,
X2 : Number,
Y2 : Number
}
|
COM native C++ | |
---|
HRESULT GetBoundingBox(
DOUBLE* X1,
DOUBLE* Y1,
DOUBLE* Z1,
DOUBLE* X2,
DOUBLE* Y2,
Z2
) |
Parameters
- X1
- x coordinate of a corner of the bounding box
- Y1
- y coordinate of a corner of the bounding box
- Z1
- z coordinate of a corner of the bounding box
- X2
- x coordinate of the opposite diagonal corner of the bounding box
- Y2
- y coordinate of the opposite diagonal corner of the bounding box
- Z2
- z coordinate of the opposite diagonal corner of the bounding box
See Also
Availability
DraftSight 2020 SP0