Creates a section plane.
Supported platforms: AutoCAD for Windows only; not supported in AutoCAD LT for Windows
Signature
VBA:
RetVal = object.AddSection(FromPoint, ToPoint, planeVector)
- object
-
Type: Block, ModelSpace, PaperSpace
The objects this method applies to.
- FromPoint
-
Access: Input-only
Type: Variant
The 3D WCS coordinates specifying the finite start point of the section.
- ToPoint
-
Access: Input-only
Type: Variant
The 3D WCS coordinates specifying a point through which the section will pass. The section extends from FromPoint, through ToPoint to infinity.
- planeVector
-
Access: Input-only
Type: Variant
A 3D directional vector specifying the direction of the section plane.
Remarks
No additional remarks.
Examples
VBA:
Not available
Visual LISP:
Not available