| PoCircleArcCtrTwoPts Constructor (SbVec2f, SbVec2f, SbVec2f) | 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic PoCircleArcCtrTwoPts(
	SbVec2f _center,
	SbVec2f _startPoint,
	SbVec2f _endPoint
)
Public Sub New ( 
	_center As SbVec2f,
	_startPoint As SbVec2f,
	_endPoint As SbVec2f
)
public:
PoCircleArcCtrTwoPts(
	SbVec2f _center, 
	SbVec2f _startPoint, 
	SbVec2f _endPoint
)
new : 
        _center : SbVec2f * 
        _startPoint : SbVec2f * 
        _endPoint : SbVec2f -> PoCircleArcCtrTwoPtsParameters
- _center
 - Type: OIV.InventorSbVec2f
 - _startPoint
 - Type: OIV.InventorSbVec2f
 - _endPoint
 - Type: OIV.InventorSbVec2f
 
Remarks
See Also