Skip to content

Struct AIAC::DrillBitData

ClassList > AIAC > DrillBitData

Public Attributes

Type Name
glm::vec3 ChucktipACIT
original position of the end of the drill chuck
std::shared_ptr< GOPoint > ChucktipGO
glm::vec3 EattipACIT
original position of the tip of the toolhead eating the material
std::shared_ptr< GOPoint > EattipGO
std::string NameACIT
name of the toolhead
float RadiusACIT
radius of the drillbit
glm::vec3 ToolbaseACIT
original position of the base of the toolhead
std::shared_ptr< GOPoint > ToolbaseGO
GOPoints equivalent.
glm::vec3 TooltipACIT
original position of the tip of the toolhead
std::shared_ptr< GOPoint > TooltipGO

Public Functions

Type Name
DrillBitData ()

Public Attributes Documentation

variable ChucktipACIT

original position of the end of the drill chuck

glm::vec3 AIAC::DrillBitData::ChucktipACIT;


variable ChucktipGO

std::shared_ptr<GOPoint> AIAC::DrillBitData::ChucktipGO;

variable EattipACIT

original position of the tip of the toolhead eating the material

glm::vec3 AIAC::DrillBitData::EattipACIT;


variable EattipGO

std::shared_ptr<GOPoint> AIAC::DrillBitData::EattipGO;

variable NameACIT

name of the toolhead

std::string AIAC::DrillBitData::NameACIT;


variable RadiusACIT

radius of the drillbit

float AIAC::DrillBitData::RadiusACIT;


variable ToolbaseACIT

original position of the base of the toolhead

glm::vec3 AIAC::DrillBitData::ToolbaseACIT;


variable ToolbaseGO

GOPoints equivalent.

std::shared_ptr<GOPoint> AIAC::DrillBitData::ToolbaseGO;


variable TooltipACIT

original position of the tip of the toolhead

glm::vec3 AIAC::DrillBitData::TooltipACIT;


variable TooltipGO

std::shared_ptr<GOPoint> AIAC::DrillBitData::TooltipGO;

Public Functions Documentation

function DrillBitData

inline AIAC::DrillBitData::DrillBitData () 


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