Q3Geometry_SetAttributeSet
You can use theQ3Geometry_SetAttributeSetfunction to set the attribute set associated with a geometric object.
TQ3Status Q3Geometry_SetAttributeSet ( TQ3GeometryObject geometry, TQ3AttributeSet attributeSet);
geometry- A geometric object.
attributeSet- A set of attributes.
DESCRIPTION
TheQ3Geometry_SetAttributeSetfunction sets the attribute set of the geometric object specified by thegeometryparameter to the set specified by theattributeSetparameter.