CrossSectionEntitiesByZX Method (ISketchManager)
Cross sections the specified solid entities at the specified point on the ZX plane.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CrossSectionEntitiesByZX( _
const dsObjectPtrArray& EntitiesArray As System.Object, _
dsMathPoint* PointOnZXPlane As MathPoint, _
dsObjectPtrArray* RegionsArray As System.Object _
) As System.Boolean |
Parameters
- EntitiesArray
- Array of solid entities
- PointOnZXPlane
- IMathPoint
- RegionsArray
- Array of IRegions
- [out] or Return Value
- True if cross section is successful, false if not
Example
See Also
Availability
DraftSight 2020 SP0