Autodesk.AutoCAD.DatabaseServices Namespace > Solid3d Class > Solid3d Methods > Slice Method > Slice(Plane) Method
Solid3d.Slice(Plane) Method
Description

 

Slices the solid with plane and sets the solid to be the portion on the positive normal side plane.

Visual Basic
Public virtual Function Slice(
    plane As Plane
) As void
C#
public virtual void Slice(
    Plane plane
);
Parameters
Parameters 
Description 
Plane plane 
Input plane to be used for slicing the solid 
Notes

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.

Links
   Comments?