PbDomainSetDomain Method (SbBox2f, 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 SbBox2f box,
PbDomainBoundingBoxTypes type
)
Public Sub SetDomain (
<OutAttribute> ByRef box As SbBox2f,
type As PbDomainBoundingBoxTypes
)
public:
void SetDomain(
[OutAttribute] SbBox2f% box,
PbDomainBoundingBoxTypes type
)
member SetDomain :
box : SbBox2f byref *
type : PbDomainBoundingBoxTypes -> unit
Parameters
- box
- Type: OIV.InventorSbBox2f
- type
- Type: OIV.MeshViz.GraphPbDomainBoundingBoxTypes
Remarks See Also