Creates a section plane.
Supported platforms: Windows only
VBA:
RetVal = object.AddSection(FromPoint, ToPoint, planeVector)
Type: Block, ModelSpace, PaperSpace
The objects this method applies to.
Access: Input-only
Type: Variant
The 3D WCS coordinates specifying the finite start point of the section.
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.
Access: Input-only
Type: Variant
A 3D directional vector specifying the direction of the section plane.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available