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