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