AnyCAD SDK PRO  2020
The Professional Graphics SDK for .Net and C++ Developers
Public 成员函数 | 所有成员列表
AnyCAD::Platform::TopoDataExchangeStl类 参考

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)
 
TopoShapeRead (Path^ szFileName)
 

详细描述

STL file writer and reader. -since R2014UR1.

TODO:

成员函数说明

bool AnyCAD::Platform::TopoDataExchangeStl::GetASCIIMode ( )

Gets the ASCII mode.

返回
the mode.
double AnyCAD::Platform::TopoDataExchangeStl::GetCoefficient ( )

Gets the coeffiecient.

返回
the coeffiecient.
double AnyCAD::Platform::TopoDataExchangeStl::GetDeflection ( )

Gets the deflection of the meshing algorithm.

返回
the deflection.
bool AnyCAD::Platform::TopoDataExchangeStl::GetRelativeMode ( )

Gets the relative mode.

返回
the mode.
TopoShape ^ AnyCAD::Platform::TopoDataExchangeStl::Read ( Path szFileName)

Read from STL file

参数
szFileNamethe file name.
返回
pShapes the TopoShape.
void AnyCAD::Platform::TopoDataExchangeStl::SetASCIIMode ( bool  val)

Write Option If the mode returns True (default value) the generated

参数
valthe mode.
void AnyCAD::Platform::TopoDataExchangeStl::SetCoefficient ( double  val)

Write Option Sets the coeffiecient for computation of deflection through

参数
valthe 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.

参数
valthe deflection.
void AnyCAD::Platform::TopoDataExchangeStl::SetRelativeMode ( bool  val)

Write Option If the mode returns True (default value), the

参数
valthe mode.
bool AnyCAD::Platform::TopoDataExchangeStl::Write ( TopoShape pShape,
Path szFileName 
)

Write to STL file

参数
pShapethe TopoShape.
szFileNamethe file name.
返回
true if successes.

该类的文档由以下文件生成: