SfmObject (Object)

Interface to manage the category of a SfmObject.
Role: To manage SfmObject's category.

Properties


Property Category() As
Returns or sets the category.
Example
:
This example retrieves in Category the supporting curve for the SfmObject feature.
 Category = SfmObject.Category
 
Property Grade() As
Returns or sets the grade.
Example
:
This example retrieves in Grade the informations for the SfmMaterialProperties feature.
 SfmMaterialProperties.Grade Grade
 
Property Material() As
Returns or sets the material.
Example
:
This example retrieves in Material the informations for the SfmMaterialProperties feature.
 SfmMaterialProperties.Material Material