Extents3dAddExtents
Method
|
Expands this extents object by the bounding
box defined by the specified object.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public void AddExtents(
Extents3d source
)
Public Sub AddExtents (
source As Extents3d
)
public:
void AddExtents(
Extents3d source
)
member AddExtents :
source : Extents3d -> unit
Parameters
- source Extents3d
- [in] Another extents.
See Also