API Reference > OdDb Classes > OdDbSectionViewStyle Class > OdDbSectionViewStyle Methods > OdDbSectionViewStyle::setHatchAngles Method
OdDbSectionViewStyle::setHatchAngles Method
Syntax
C++
OdResult setHatchAngles(const OdGeDoubleArray& angleArray);
Parameters 
Description 
const OdGeDoubleArray& angleArray 
[in] Array of doubles to set hatch's angles used by section views. 

eOk if successful.

Sets the hatch's angle array. 

 

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–2020. Open Design Alliance. All rights reserved.