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