Class: Sketchup::Group
Overview
Instance Method Summary # collapse
-
#dfc_get_common_attribute ⇒ Hash
取得公共属性.
-
#dfc_get_material_attribute ⇒ Array<Hash>
取得材料属性.
-
#dfc_get_product_attribute ⇒ Array<Hash>
取得产品属性.
-
#dfc_set_common_attribute(attr_hash) ⇒ Nil
设置公共属性.
-
#dfc_set_material_attribute(attrs) ⇒ Nil
设置材料属性 group.dfc_set_material_attribute(attrs).
-
#dfc_set_product_attribute(attrs) ⇒ Nil
设置产品属性 group.dfc_set_product_attribute(attrs).
Instance Method Details
↑ #dfc_get_common_attribute ⇒ Hash
取得公共属性
↑ #dfc_get_material_attribute ⇒ Array<Hash>
取得材料属性
↑ #dfc_get_product_attribute ⇒ Array<Hash>
取得产品属性
↑ #dfc_set_common_attribute(attr_hash) ⇒ Nil
设置公共属性
↑ #dfc_set_material_attribute(attrs) ⇒ Nil
设置材料属性
group.dfc_set_material_attribute(attrs)
↑ #dfc_set_product_attribute(attrs) ⇒ Nil
设置产品属性
group.dfc_set_product_attribute(attrs)