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