std-hatch-p


Synopsis

(std-hatch-p <ele>)

Description

Predicate if the entity is an AutoCAD HATCH entity, which might be an old hatch block (of type "INSERT") or the new native object (since R14, of type "HATCH").

Arguments

ele: Either an entity type, entget-list or entsel picklist.

Return Value

T or nil.

Side Effects

None.

Module

(std-require 'STDENT)

Defined in STDENT