| Library | Module | Frames | Expand |
| Property | IsVisible | as Boolean |
| true if the geometry is visible and active, false if it is invisible and inactive. Inactive geometry may not have all geometric properties defined. | ||
| Function | GetFeature () as IpfcFeature | |
| Returns the feature which contains the geometry. | ||
| Function | ListElements () as IpfcSurfaces | |
| Retrieves an array of surfaces in the quilt. | ||
| Property | IsVisible | as Boolean |
|
true if the geometry is visible and active, false if it is invisible and inactive. Inactive geometry may not have all geometric properties defined. |
| Function | GetFeature | () as IpfcFeature |
|
Returns the feature which contains the geometry.
|
| Function | ListElements | () as IpfcSurfaces |
|
Retrieves an array of surfaces in the quilt. Exceptions thrown (but not limited to): IpfcXToolkitNotImplemented - The specified p_curve is a valid geometry item, but not a composite curve. IpfcXToolkitNotFound - The function did not visit any of the components, either because of the filter or for another reason.
|