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