PoCircleArcThreePts Constructor (SbVec2f, SbVec2f, SbVec2f) |
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PoCircleArcThreePts(
SbVec2f _startPoint,
SbVec2f _middlePoint,
SbVec2f _endPoint
)
Public Sub New (
_startPoint As SbVec2f,
_middlePoint As SbVec2f,
_endPoint As SbVec2f
)
public:
PoCircleArcThreePts(
SbVec2f _startPoint,
SbVec2f _middlePoint,
SbVec2f _endPoint
)
new :
_startPoint : SbVec2f *
_middlePoint : SbVec2f *
_endPoint : SbVec2f -> PoCircleArcThreePts
Parameters
- _startPoint
- Type: OIV.InventorSbVec2f
- _middlePoint
- Type: OIV.InventorSbVec2f
- _endPoint
- Type: OIV.InventorSbVec2f
Remarks See Also