PbDomainSetDomain Method (SbBox3f, PbDomainBoundingBoxTypes) |
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetDomain(
out SbBox3f box,
PbDomainBoundingBoxTypes type
)
Public Sub SetDomain (
<OutAttribute> ByRef box As SbBox3f,
type As PbDomainBoundingBoxTypes
)
public:
void SetDomain(
[OutAttribute] SbBox3f% box,
PbDomainBoundingBoxTypes type
)
member SetDomain :
box : SbBox3f byref *
type : PbDomainBoundingBoxTypes -> unit
Parameters
- box
- Type: OIV.InventorSbBox3f
- type
- Type: OIV.MeshViz.GraphPbDomainBoundingBoxTypes
Remarks See Also