The 3D ACIS® Modeler (ACIS) is Spatial’s prominent 3D solid modeling engine. 3D InterOp is a CAD data translation framework (Interoperability)

Option:Check attribute ownership

From DocR19

Jump to: navigation, search

Contents

Action

Checks whether attribute ownership is correct during restore.

Name String

check_attribute_ownership

Scheme

Type Values Default
boolean #f, #t #t

C++

Type Values Default
logical FALSE, TRUE TRUE

Description

If this option is on (TRUE), all attributes are checked during the restore process to assure that their owner pointers point to the entity to which they are attached. An attribute's owner pointer will be changed if it is incorrect. Incorrect owner relationships can cause delete errors when affected entities are lost.

Example

; check_attribute_ownership 
; Make sure ATTRIBUTEs actually belong to their owners 
(option:set "check_attribute_ownership" #f) 
;; #t
Personal tools