Parameters |
Description |
const OdDbSurfacePtr pSlicingSurface |
[in] Pointer to the surface to be used to slice this surface. |
OdDbSurfacePtr& pNegHalfSurface |
[out] Pointer to a new surface object representing the other (negative) side of the sliced surface. |
OdDbSurfacePtr& pNewSurface |
[out] Pointer to a new surface object representing the positive side of the sliced surface. |
Returns eOk if the slicing operation is successfully performed or an appropriate error code otherwise.
Slices the surface with the specified surface.
If the specified surface does not intersect this surface and this surface is left unchanged, pNegHalfSurface is set to NULL.
This method is implemented only for Spatial modeler and returns eNotImplementedYet status for other modelers.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|