Slices the solid with plane and sets the solid to be the portion on the positive normal side plane.
Public virtual Function Slice( plane As Plane ) As void
public virtual void Slice( Plane plane );
Parameters |
Description |
Plane plane |
Input plane to be used for slicing the solid |
The calling application is responsible for the memory used by any negative half solid created by this function. If such a solid is subsequently added to an Database, then the responsibility is passed on to that database object.
Comments? |