FormIt C++ API v25.0.0 (2025.0.0)
Loading...
Searching...
No Matches
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.
 
WSM::Color m_color
 The color of the edge, defaults to black.
 
Point3d m_start
 The start and end points of the edge.
 
Point3d m_end
 
bool m_bSmooth = false
 Is the edge smooth?
 
bool m_bHidden = false
 Is this object hidden?
 

Member Data Documentation

◆ m_bHidden

bool WSM::EdgeData::m_bHidden = false

Is this object hidden?

◆ m_bSmooth

bool WSM::EdgeData::m_bSmooth = false

Is the edge smooth?

◆ m_color

WSM::Color WSM::EdgeData::m_color

The color of the edge, defaults to black.

◆ m_end

Point3d WSM::EdgeData::m_end

◆ m_nLayerIndex

size_t WSM::EdgeData::m_nLayerIndex = UNUSED_INDEX

Index into the layer data array.

◆ m_start

Point3d WSM::EdgeData::m_start

The start and end points of the edge.


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