AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
STL file writer and reader. -since R2014UR1. 更多...
Public 成员函数 | |
double | GetDeflection () |
void | SetDeflection (double val) |
double | GetCoefficient () |
void | SetCoefficient (double val) |
bool | GetRelativeMode () |
void | SetRelativeMode (bool val) |
bool | GetASCIIMode () |
void | SetASCIIMode (bool val) |
bool | Write (TopoShape^ pShape, Path^ szFileName) |
TopoShape^ | Read (Path^ szFileName) |
STL file writer and reader. -since R2014UR1.
TODO:
bool AnyCAD::Platform::TopoDataExchangeStl::GetASCIIMode | ( | ) |
Gets the ASCII mode.
double AnyCAD::Platform::TopoDataExchangeStl::GetCoefficient | ( | ) |
Gets the coeffiecient.
double AnyCAD::Platform::TopoDataExchangeStl::GetDeflection | ( | ) |
Gets the deflection of the meshing algorithm.
bool AnyCAD::Platform::TopoDataExchangeStl::GetRelativeMode | ( | ) |
Gets the relative mode.
void AnyCAD::Platform::TopoDataExchangeStl::SetASCIIMode | ( | bool | val | ) |
Write Option If the mode returns True (default value) the generated
val | the mode. |
void AnyCAD::Platform::TopoDataExchangeStl::SetCoefficient | ( | double | val | ) |
Write Option Sets the coeffiecient for computation of deflection through
val | the coeffiecient. |
void AnyCAD::Platform::TopoDataExchangeStl::SetDeflection | ( | double | val | ) |
Write Option Sets the deflection of the meshing algorithm. Deflection is used, only if relative mode is false.
val | the deflection. |
void AnyCAD::Platform::TopoDataExchangeStl::SetRelativeMode | ( | bool | val | ) |
Write Option If the mode returns True (default value), the
val | the mode. |