Generates 2D or 3D section geometry.
Supported platforms: Windows only
VBA:
object.GenerateSectionGeometry pEntity, pIntersectionBoundaryObjs, pIntersectionFillObjs, pBackgroudnObjs, pForegroudObjs, pCurveTangencyObjs
Type: Section
The object this method applies to.
Access: Input-only
Type: IAcadEntity
The sectionable entity.
Access: Output-only
Type: Variant
The intersection boundary objects.
Access: Output-only
Type: Variant
The objects representing intersection fill annotation geometry.
Access: Output-only
Type: Variant
The background geometry objects.
Access: Output-only
Type: Variant
The foreground geometry objects.
Access: Output-only
Type: Variant
The curve tangency geometry objects.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available