std-not-worlducs-p


Synopsis

(std-not-worlducs-p)

Description

Predicate if the current user coordinate system is not *World*, if UCS /= WCS.

This might be needed to transform some points to UCS before being used by some drawing functions eg. with (COMMAND ...)

(ENTMAKE) uses WCS points but the drawing commands use the current UCS.

Example

(if (std-not-worlducs-p) (setq pts (std-maptrans01 pts)))
(command "_LINE")
(foreach pt pts (command pt))
(command "")

Arguments

None

Return Value

T or Nil.

Side Effects

None

Module

(std-require 'STDTBL)

Defined in STDTBL