rs2.modeler.properties.material.MaterialProperty module#
- class rs2.modeler.properties.material.MaterialProperty.MaterialProperty(client: Client, ID, documentProxyID)#
Bases:
PropertyProxy
- Variables:
StageFactors (StageFactors) – Reference object for modifying property.
InitialConditions (InitialConditions) – Reference object for modifying property.
Stiffness (Stiffness) – Reference object for modifying property.
Strength (Strength) – Reference object for modifying property.
Hydraulic (Hydraulic) – Reference object for modifying property.
Thermal (Thermal) – Reference object for modifying property.
Datum (Datum) – Reference object for modifying property.
Examples
Code Snippet: Manipulation of Material Properties
- getMaterialName() str #
- setMaterialName(value: str)#
- getMaterialColor() int #
- setMaterialColor(value: int)#
- getHatch() bool #
- setHatch(value: bool)#
- getHatchStyle() HatchStyle #
- setHatchStyle(value: HatchStyle)#
- getHatchColour() int #
- setHatchColour(value: int)#