SliceSolid Method |
Creates a slice of the 3DSolid object given three points that define the plane.
Signature
RetVal = object.SliceSolid(Point1, Point2, Point3, Negative)
Object
3DSolid
The object or objects this method applies to.
Point1
Variant (three-element array of doubles);
input-only
The 3D WCS coordinates specifying the first point.
Point2
Variant (three-element array of doubles);
input-only
The 3D WCS coordinates specifying the second point.
Point3
Variant (three-element array of doubles);
input-only
The 3D WCS coordinates specifying the third point.
Negative
Boolean; input-only
This specifies whether to return the part of the solid that is on
the negative side of the plane. If TRUE, then AutoCAD creates a new
Acad3DSolid object that contains the portion of the original solid
that is on the negative normal side of the plane.
RetVal
3DSolid object
The resulting slice as a 3DSolid object.
Comments? |