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

Connect the edges to wires. 更多...

Public 成员函数

bool Build (TopoShape^ solid, TopoShape^ baseFace, TopoShapeGroup^ faces)
 
TopoShapeGetWire ()
 
Real GetInitialLength ()
 
long GetSegmentCount ()
 
int GetBaseFaceIndex (long idx)
 
int GetWallFaceIndex (long idx)
 
int GetEdgeIndexOnBaseFace (long idx)
 
Vector3GetNormal (TopoShape^ face, Vector3^ position)
 

详细描述

Connect the edges to wires.

TODO:

成员函数说明

bool AnyCAD::Platform::WireConnectorByFace::Build ( TopoShape solid,
TopoShape baseFace,
TopoShapeGroup faces 
)

build the wire.

参数
solidthe solid.
baseFacethe base face
facesthe wall faces
返回
false if failed.
int AnyCAD::Platform::WireConnectorByFace::GetBaseFaceIndex ( long  idx)

Get the index of the base face on solid.

参数
idxthe index of the segment.
返回
the index.
int AnyCAD::Platform::WireConnectorByFace::GetEdgeIndexOnBaseFace ( long  idx)

Get the index of the edge on base face.

参数
idxthe index of the segment.
返回
the index.
Real AnyCAD::Platform::WireConnectorByFace::GetInitialLength ( )

Get the length.

返回
the length.
Vector3 ^ AnyCAD::Platform::WireConnectorByFace::GetNormal ( TopoShape face,
Vector3 position 
)

Get the normal on face.

参数
facethe face.
positionthe point on face
返回
the normal on position.
long AnyCAD::Platform::WireConnectorByFace::GetSegmentCount ( )

Get the segment count.

返回
the count.
int AnyCAD::Platform::WireConnectorByFace::GetWallFaceIndex ( long  idx)

Get the index of the wall face on solid.

参数
idxthe index of the segment.
返回
the index.
TopoShape ^ AnyCAD::Platform::WireConnectorByFace::GetWire ( )

Get the wire shape.

返回
the wire.

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