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