Skip to content

Struct AIAC::CircularSawData

ClassList > AIAC > CircularSawData

Public Attributes

Type Name
glm::vec3 CenterACIT
center of the circle defining the circular blade
std::shared_ptr< GOPoint > CenterGO
GOPoints equivalent.
std::string NameACIT
name of the toolhead
glm::vec3 NormEndACIT
end of the normal of the blade plane
std::shared_ptr< GOPoint > NormEndGO
glm::vec3 NormStartACIT
start of the normal of the blade plane
std::shared_ptr< GOPoint > NormStartGO
float OverhangACIT
the overhang width of the teeth of the blade from one side
float RadiusACIT
radius of the circular blade
float ThicknessACIT
the overhaul thickness of the blade

Public Functions

Type Name
CircularSawData ()

Public Attributes Documentation

variable CenterACIT

center of the circle defining the circular blade

glm::vec3 AIAC::CircularSawData::CenterACIT;


variable CenterGO

GOPoints equivalent.

std::shared_ptr<GOPoint> AIAC::CircularSawData::CenterGO;


variable NameACIT

name of the toolhead

std::string AIAC::CircularSawData::NameACIT;


variable NormEndACIT

end of the normal of the blade plane

glm::vec3 AIAC::CircularSawData::NormEndACIT;


variable NormEndGO

std::shared_ptr<GOPoint> AIAC::CircularSawData::NormEndGO;

variable NormStartACIT

start of the normal of the blade plane

glm::vec3 AIAC::CircularSawData::NormStartACIT;


variable NormStartGO

std::shared_ptr<GOPoint> AIAC::CircularSawData::NormStartGO;

variable OverhangACIT

the overhang width of the teeth of the blade from one side

float AIAC::CircularSawData::OverhangACIT;


variable RadiusACIT

radius of the circular blade

float AIAC::CircularSawData::RadiusACIT;


variable ThicknessACIT

the overhaul thickness of the blade

float AIAC::CircularSawData::ThicknessACIT;


Public Functions Documentation

function CircularSawData

inline AIAC::CircularSawData::CircularSawData () 


The documentation for this class was generated from the following file src/AIAC/ACInfoToolhead.h