This method slices the solid by a given surface.
Public virtual Function Slice( surface As Autodesk.AutoCAD.DatabaseServices.Surface ) As void
public virtual void Slice( Autodesk.AutoCAD.DatabaseServices.Surface surface );
Parameters |
Description |
Autodesk.AutoCAD.DatabaseServices.Surface surface |
Input the surface entity to be used to slice the solid |
Comments? |