mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
Backup() is not efficient in TDataStd array attributes.
Documentation improvement for set of attributes using 'Delta'.
This commit is contained in:
@@ -39,10 +39,11 @@ is
|
||||
label : Label from TDF;
|
||||
lower, upper : Integer from Standard;
|
||||
isDelta : Boolean from Standard = Standard_False)
|
||||
---Purpose: Finds or creates an attribute with the array.
|
||||
-- If <isDelta> == False, DefaultDeltaOnModification is used.
|
||||
-- If attribute is already set, all input parameters are refused
|
||||
-- and the found attribute is returned.
|
||||
---Purpose: Finds or creates an attribute with the array on the specified label.
|
||||
-- If <isDelta> == False, DefaultDeltaOnModification is used.
|
||||
-- If <isDelta> == True, DeltaOnModification of the current attribute is used.
|
||||
-- If attribute is already set, all input parameters are refused and the found
|
||||
-- attribute is returned.
|
||||
returns ByteArray from TDataStd;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user