FormIt C++ API v25.0.0 (2025.0.0)
Loading...
Searching...
No Matches
WSM::CurveData Struct Reference

Description

Data used to construct a string of edges.

#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.
 
bool m_bIsArc = false
 Whether the curve represents an arc or a general string of edges.
 
::vector< Point3dm_aPoints
 An open loop of vertices.
 
bool m_bHidden = false
 Is this object hidden?
 

Member Data Documentation

◆ m_aPoints

::vector<Point3d> WSM::CurveData::m_aPoints

An open loop of vertices.

Edges are created between each sequential pair of points.

◆ m_bHidden

bool WSM::CurveData::m_bHidden = false

Is this object hidden?

◆ m_bIsArc

bool WSM::CurveData::m_bIsArc = false

Whether the curve represents an arc or a general string of edges.

◆ m_color

WSM::Color WSM::CurveData::m_color

The color of the edge, defaults to black.

◆ m_nLayerIndex

size_t WSM::CurveData::m_nLayerIndex = UNUSED_INDEX

Index into the layer data array.


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