|
M
AddPoint(XYZ)
|
None
|
Adds a point to the bounding box, expanding it if the point is outside the existing boundary.
|
|
|
M
Contains(XYZ, Double)
|
bool
|
Determine if this Outline contains the specified point to within a tolerance.
|
|
|
M
ContainsOtherOutline(Outline, Double)
|
bool
|
Determine if this Outline contains another Outline to within tolerance.
|
|
|
M
Dispose()
|
None
|
Releases all resources used by the Outline
|
|
|
M
Equals
|
None
|
(Inherited from Object .)
|
Object .
|
|
M
GetDiagonalLength()
|
double
|
Get the length of outline's diagonal. If called on empty outline, 0.
is returned
|
|
|
M
GetHashCode
|
None
|
(Inherited from Object .)
|
Object .
|
|
M
GetType
|
None
|
(Inherited from Object .)
|
Object .
|
|
M
Intersects(Outline, Double)
|
bool
|
Determine if this Outline intersects the input Outline to within a specified tolerance.
|
|
|
M
IsScaleValid(Double)
|
bool
|
Checks if given scale is valid. Should be greater than zero.
|
|
|
M
Scale(Double)
|
None
|
Scales the bounding box by given scale.
|
|
|
M
ToString
|
None
|
(Inherited from Object .)
|
Object .
|