Documentation improvement for set of attributes using 'Delta'.
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;
Set (myclass; label : Label from TDF; lower, upper : Integer from Standard;
isDelta : Boolean from Standard = Standard_False)
---Purpose: Finds, or creates, an ExtStringArray attribute with <lower>
- -- and <upper> bounds. The ExtStringArray attribute is returned.
- -- If <isDelta> == False, DefaultDeltaOnModification is used.
- -- If attribute is already set, all input parameters are refused
- -- and the found attribute is returned.
+ -- and <upper> bounds 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 ExtStringArray from TDataStd;
isDelta : Boolean from Standard = Standard_False)
---Purpose: Finds or creates on the <label> an integer array attribute
-- with the specified <lower> and <upper> boundaries.
- -- If <isDelta> == False, DefaultDeltaOnModification is used.
+ -- 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 IntegerArray from TDataStd;
Set (myclass; label : Label from TDF; lower, upper : Integer from Standard;
isDelta : Boolean from Standard = Standard_False)
- ---Purpose: Finds or creates on the <label> a real array attribute
- -- with the specified <lower> and <upper> boundaries.
- -- If attribute is already set, all input parameters are refused and the found
- -- attribute is returned.
+ ---Purpose: Finds or creates on the <label> a real array attribute with
+ -- the specified <lower> and <upper> boundaries.
+ -- If <isDelta> == False, DefaultDeltaOnModification is used.
+ -- If <isDelta> == True, DeltaOnModification of the current attribute is used.
+ -- If attribute is already set, input parameter <isDelta> is refused and the found
+ -- attribute returned.
returns RealArray from TDataStd;