mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 09:32:37 +00:00
Typo fix.
This commit is contained in:
@@ -88,7 +88,7 @@ namespace IfcGeom
|
|||||||
/// Generates UVs by using simple box projection. Requires normals.
|
/// Generates UVs by using simple box projection. Requires normals.
|
||||||
/// Applicable only for DAE output currently.
|
/// Applicable only for DAE output currently.
|
||||||
GENERATE_UVS = 1 << 16,
|
GENERATE_UVS = 1 << 16,
|
||||||
/// Specifies whether to slide representations according to associated IfcLayerSets.
|
/// Specifies whether to slice representations according to associated IfcLayerSets.
|
||||||
APPLY_LAYERSETS = 1 << 17,
|
APPLY_LAYERSETS = 1 << 17,
|
||||||
/// Number of different setting flags.
|
/// Number of different setting flags.
|
||||||
NUM_SETTINGS = 17
|
NUM_SETTINGS = 17
|
||||||
|
|||||||
Reference in New Issue
Block a user