CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Returns the extent of the model, i.e. a bounding cube enclosing all objects.
Namespace: CADabilityAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public BoundingCube Extent { get; set; } |
| Visual Basic |
|---|
Public Property Extent As BoundingCube Get Set |
| Visual C++ |
|---|
public: property BoundingCube Extent { BoundingCube get (); void set (BoundingCube value); } |