Click or drag to resize
AB4D logo

CadAssembly Class

CadAssembly defines the imported data that includes a hierarchical list of CadParts, a list of Shells and a bounding box.
Inheritance Hierarchy
SystemObject
  Ab4d.OpenCascadeCadAssembly

Namespace: Ab4d.OpenCascade
Assembly: Ab4d.OpenCascade (in Ab4d.OpenCascade.dll) Version: 1.0.0
Syntax
C#
public class CadAssembly

The CadAssembly type exposes the following members.

Constructors
 NameDescription
Public methodCadAssemblyInitializes a new instance of the CadAssembly class
Top
Fields
 NameDescription
Public fieldBoundingBoxMax Gets the max value of the bounding box of all the parts in this assembly.
Public fieldBoundingBoxMin Gets the min value of the bounding box of all the parts in this assembly.
Public fieldRootParts List of root CadPart objects.
Public fieldShells List of CadShell objects that are referenced from parts when its ShellIndex is not -1.
Top
See Also