Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbSectionViewStyle::setHatchAngles Method
Syntax
C++
OdResult setHatchAngles(const OdGeDoubleArray& angleArray);

Sets the hatch's angle array. 

 

Parameters
Description
angleArray
[in] Array of doubles to set hatch's angles used by section views.

eOk if successful.

Angles are set in radians. At least one angle value must be present in the array. The first element is used by the first section view component, the second element is used by the second component and so on. If the component number is more than the array size then the sequence is cycled.

Copyright © 2002-2022. Open Design Alliance All rights reserved.