vrdCarbonPattern

class vrdCarbonPattern

(Inherits vrdSceneObject)

This class is used for all carbon pattern properties.

class Type
Pattern2x2
Pattern3x1Staircase
Pattern3x1Interweaved
Pattern5x1

Functions

vrdCarbonPattern.getIntensity()

Gets the fissure depth intensity.

Returns:The current used fissure depth intensity.
Return type:float
vrdCarbonPattern.getSize()

Gets the carbon structure size.

Returns:The current used structure size.
Return type:float
vrdCarbonPattern.getType()

Gets the pattern used for generating the carbon material, based on the selected typically sewn carbon structures.

Returns:The current used generating pattern.
Return type:vrdCarbonPattern.Type
vrdCarbonPattern.setIntensity(value)

Sets the fissure depth intensity.

Parameters:value (float) – The new fissure depth intensity.
vrdCarbonPattern.setSize(value)

Sets the carbon structure size.

Parameters:value (float) – The new structure size.
vrdCarbonPattern.setType(value)

Sets the pattern used for generating the carbon material, based on the selected typically sewn carbon structures. Choose from 2X2, 3X1 Staircase, 3X1 Interleave, and 5X1.

Parameters:value (vrdCarbonPattern.Type) – The new generating pattern.