The TopoShapeConvert.
更多...
|
RenderableEntity^ | ToEntity (TopoShape^ pTopoShape, Real tolerance) |
|
SceneNode^ | ToSceneNode (TopoShape^ topoShape, Real tolerance) |
|
EntitySceneNode^ | ToEntityNode (TopoShape^ pTopoShape, Real tolerance) |
|
TopoShapeGroup^ | ToTopoShape (SceneNode^ sceneNode) |
|
EntitySceneNode^ | ToFaceNode (TopoShape^ pTopoShape, Real tolerance) |
|
EntitySceneNode^ | ToEdgeNode (TopoShape^ pTopoShape, Real tolerance) |
|
RenderableEntity^ | CreateFaceEntity (FloatList^ vb, UIntList^ ib, FloatList^ nb, FloatList^ texcb, AABox^ bbox) |
|
RenderableEntity^ | CreateColoredFaceEntity (FloatList^ vb, UIntList^ ib, FloatList^ nb, FloatList^ cb, AABox^ bbox) |
|
RenderableEntity^ | CreateEdgeEntity (FloatList^ vb, AABox^ bbox) |
|
RenderableEntity^ | CreatePointsCloud (FloatList^ buffer, Real pointSize) |
|
ScreenWidget^ | CreateCoordinateWidget () |
|
AxesWidget^ | CreateAxesWidget () |
|
Real | Deflection () |
|
void | SetDeflection (Real val) |
|
AxesWidget ^ AnyCAD::Platform::TopoShapeConvert::CreateAxesWidget |
( |
| ) |
|
RenderableEntity ^ AnyCAD::Platform::TopoShapeConvert::CreateColoredFaceEntity |
( |
FloatList^ |
vb, |
|
|
UIntList^ |
ib, |
|
|
FloatList^ |
nb, |
|
|
FloatList^ |
cb, |
|
|
AABox^ |
bbox |
|
) |
| |
Convert buffer to triangle mesh.
- 参数
-
vb | the vertex buffer |
ib | the index buffer |
nb | the normal buffer |
cb | the color buffer |
bbox | the bounding box. |
- 返回
- the render able entity
ScreenWidget ^ AnyCAD::Platform::TopoShapeConvert::CreateCoordinateWidget |
( |
| ) |
|
Create the coordinate widget.
- 返回
- the CoordinateWidget
Convert buffer to edge.
- 参数
-
vb | the vertex buffer |
bbox | the bounding box. |
- 返回
- the render able entity
RenderableEntity ^ AnyCAD::Platform::TopoShapeConvert::CreateFaceEntity |
( |
FloatList^ |
vb, |
|
|
UIntList^ |
ib, |
|
|
FloatList^ |
nb, |
|
|
FloatList^ |
texcb, |
|
|
AABox^ |
bbox |
|
) |
| |
Convert buffer to triangle mesh.
- 参数
-
vb | the vertex buffer |
ib | the index buffer |
nb | the normal buffer |
texcb | the UV buffer |
bbox | the bounding box. |
- 返回
- the render able entity
RenderableEntity ^ AnyCAD::Platform::TopoShapeConvert::CreatePointsCloud |
( |
FloatList^ |
buffer, |
|
|
Real |
pointSize |
|
) |
| |
Convert points to render able entity.
- 参数
-
buffer | the vertex buffer |
pointSize | the per point size |
- 返回
- the render able entity
Real AnyCAD::Platform::TopoShapeConvert::Deflection |
( |
| ) |
|
Get the global deflection for discretization edges.
- 返回
- the deflection value.
void AnyCAD::Platform::TopoShapeConvert::SetDeflection |
( |
Real |
val | ) |
|
Set the global deflection for discretization edges.
- 参数
-
SceneNode ^ AnyCAD::Platform::TopoShapeConvert::ToSceneNode |
( |
TopoShape^ |
topoShape, |
|
|
Real |
tolerance |
|
) |
| |
该类的文档由以下文件生成: