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