FormIt C++ API  v23.0.0 (2023.0.0)
WSM::EdgeData Struct Reference

Description

Data used to construct an edge.

#include <GeometryDataContainers.h>

Public Attributes

size_t m_nLayerIndex = UNUSED_INDEX
 Index into the layer data array. More...
 
WSM::Color m_color
 The color of the edge, defaults to black. More...
 
Point3d m_start
 The start and end points of the edge. More...
 
Point3d m_end
 
bool m_bSmooth = false
 Is the edge smooth? More...
 
bool m_bHidden = false
 Is this object hidden? More...
 

Member Data Documentation

bool WSM::EdgeData::m_bHidden = false

Is this object hidden?

bool WSM::EdgeData::m_bSmooth = false

Is the edge smooth?

WSM::Color WSM::EdgeData::m_color

The color of the edge, defaults to black.

Point3d WSM::EdgeData::m_end
size_t WSM::EdgeData::m_nLayerIndex = UNUSED_INDEX

Index into the layer data array.

Point3d WSM::EdgeData::m_start

The start and end points of the edge.


The documentation for this struct was generated from the following file: