vrdCarbonPattern3D

class vrdCarbonPattern3D

(Inherits vrdCarbonPattern)

This class is used for all 3D carbon pattern properties.

Functions

vrdCarbonPattern3D.getRotationX()

Gets the pattern direction on X projection direction.

Returns:Current used angle in the pattern direction on X projection direction.
Return type:float
vrdCarbonPattern3D.getRotationY()

Gets the pattern direction on Y projection direction.

Returns:Current used angle in the pattern direction on Y projection direction.
Return type:float
vrdCarbonPattern3D.getRotationZ()

Gets the pattern direction on Z projection direction.

Returns:Current used angle in the pattern direction on Z projection direction.
Return type:float
vrdCarbonPattern3D.setRotationX(value)

Sets the pattern direction on X projection direction.

Parameters:value (float) – New angle in the pattern direction on X projection direction.
vrdCarbonPattern3D.setRotationY(value)

Sets the pattern direction on Y projection direction.

Parameters:value (float) – New angle in the pattern direction on Y projection direction.
vrdCarbonPattern3D.setRotationZ(value)

Sets the pattern direction on Z projection direction.

Parameters:value (float) – New angle in the pattern direction on Z projection direction.