PbDomain Constructor (SbBox2f, PbDomain.BoundingBoxTypes) |
Constructor of a 2D domain.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntaxpublic PbDomain(
out SbBox2f box,
PbDomain. BoundingBoxTypes type
)
Public Sub New (
<OutAttribute> ByRef box As SbBox2f,
type As PbDomain. BoundingBoxTypes
)
public:
PbDomain(
[OutAttribute] SbBox2f% box,
PbDomain. BoundingBoxTypes type
)
new :
box : SbBox2f byref *
type : PbDomain. BoundingBoxTypes -> PbDomain
Parameters
- box
- Type: OIV.Inventor.SbBox2f
- type
- Type: OIV.MeshViz.Graph.PbDomain.BoundingBoxTypes
Remarks
See Also