ISolid Interface |
The ISolid interface represents a physical object in the model or a drawing created by a part instance.
The solid instance can be used to query the actual geometry of the part.
Namespace: Tekla.Structures.Solid
Assembly: Tekla.Structures (in Tekla.Structures.dll) Version: 2025.0.0-alpha00045580+dc02c3918546f1e94eb2d3b13ea99057fb3313e0
The ISolid type exposes the following members.
| Name | Description | |
|---|---|---|
| MaximumPoint |
The maximum axis-aligned point of the solid in the current plane.
| |
| MinimumPoint |
The minimum axis-aligned point of the solid in the current plane.
|
| Name | Description | |
|---|---|---|
| GetEdgeEnumerator |
Returns a new edge enumerator in the current plane.
| |
| GetFaceEnumerator |
Returns a new face enumerator in the current plane.
|