PbDomainSetDomain Method (Single, Single, Single, Single, Single, Single, PbDomainBoundingBoxTypes) |
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetDomain(
float xmin,
float ymin,
float zmin,
float xmax,
float ymax,
float zmax,
PbDomainBoundingBoxTypes type
)
Public Sub SetDomain (
xmin As Single,
ymin As Single,
zmin As Single,
xmax As Single,
ymax As Single,
zmax As Single,
type As PbDomainBoundingBoxTypes
)
public:
void SetDomain(
float xmin,
float ymin,
float zmin,
float xmax,
float ymax,
float zmax,
PbDomainBoundingBoxTypes type
)
member SetDomain :
xmin : float32 *
ymin : float32 *
zmin : float32 *
xmax : float32 *
ymax : float32 *
zmax : float32 *
type : PbDomainBoundingBoxTypes -> unit
Parameters
- xmin
- Type: SystemSingle
- ymin
- Type: SystemSingle
- zmin
- Type: SystemSingle
- xmax
- Type: SystemSingle
- ymax
- Type: SystemSingle
- zmax
- Type: SystemSingle
- type
- Type: OIV.MeshViz.GraphPbDomainBoundingBoxTypes
Remarks See Also