IModelCollider
Description
- Derived from
Base interface for classes that represent the spatial properties of a IModel.
When using a ISpatialCallback with the ISpatialQuery interface, the child indices provided by ISpatialCallback.ChildPush correlate with IModel.ChildAt for the IModel that is associated with this model collider.
Public / Methods
Save
Returns a ISerializable object that represents the precomputed spatial data structures of this model collider.
Calling this method does not trigger additional computations, the existing spatial data structures are only wrapped in an object and returned.
- See also
Public / Attributes
Lines
Returns the lines that are present in the octree of this model collider.
This property only returns pre-computed data, if present. It does not perform any time-consuming actions.
- See also
Points
Returns the points that are present in the octree of this model collider.
This property only returns pre-computed data, if present. It does not perform any time-consuming actions.
- See also
Extensions
ToSilhouette
Feeds the triangles and lines of this model collider into a Silhouette object, as faces and edges, respectively.