PoCircle3CenterRadius Constructor (SbVec3f, Single, SbVec3f) |
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PoCircle3CenterRadius(
SbVec3f _center,
float _radius,
SbVec3f _normal
)
Public Sub New (
_center As SbVec3f,
_radius As Single,
_normal As SbVec3f
)
public:
PoCircle3CenterRadius(
SbVec3f _center,
float _radius,
SbVec3f _normal
)
new :
_center : SbVec3f *
_radius : float32 *
_normal : SbVec3f -> PoCircle3CenterRadius
Parameters
- _center
- Type: OIV.InventorSbVec3f
- _radius
- Type: SystemSingle
- _normal
- Type: OIV.InventorSbVec3f
Remarks See Also