AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
Connect the edges to wires. 更多...
Public 成员函数 | |
bool | Build (TopoShape^ solid, TopoShape^ baseFace, TopoShapeGroup^ faces) |
TopoShape^ | GetWire () |
Real | GetInitialLength () |
long | GetSegmentCount () |
int | GetBaseFaceIndex (long idx) |
int | GetWallFaceIndex (long idx) |
int | GetEdgeIndexOnBaseFace (long idx) |
Vector3^ | GetNormal (TopoShape^ face, Vector3^ position) |
Connect the edges to wires.
TODO:
bool AnyCAD::Platform::WireConnectorByFace::Build | ( | TopoShape^ | solid, |
TopoShape^ | baseFace, | ||
TopoShapeGroup^ | faces | ||
) |
build the wire.
solid | the solid. |
baseFace | the base face |
faces | the wall faces |
int AnyCAD::Platform::WireConnectorByFace::GetBaseFaceIndex | ( | long | idx | ) |
Get the index of the base face on solid.
idx | the index of the segment. |
int AnyCAD::Platform::WireConnectorByFace::GetEdgeIndexOnBaseFace | ( | long | idx | ) |
Get the index of the edge on base face.
idx | the index of the segment. |
Real AnyCAD::Platform::WireConnectorByFace::GetInitialLength | ( | ) |
Get the length.
Get the normal on face.
face | the face. |
position | the point on face |
long AnyCAD::Platform::WireConnectorByFace::GetSegmentCount | ( | ) |
Get the segment count.
int AnyCAD::Platform::WireConnectorByFace::GetWallFaceIndex | ( | long | idx | ) |
Get the index of the wall face on solid.
idx | the index of the segment. |
TopoShape ^ AnyCAD::Platform::WireConnectorByFace::GetWire | ( | ) |
Get the wire shape.