PbDomain Constructor (Single, Single, Single, Single, PbDomainBoundingBoxTypes) |
Constructor of a 2D domain.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PbDomain(
float xmin,
float ymin,
float xmax,
float ymax,
PbDomainBoundingBoxTypes type
)
Public Sub New (
xmin As Single,
ymin As Single,
xmax As Single,
ymax As Single,
type As PbDomainBoundingBoxTypes
)
public:
PbDomain(
float xmin,
float ymin,
float xmax,
float ymax,
PbDomainBoundingBoxTypes type
)
new :
xmin : float32 *
ymin : float32 *
xmax : float32 *
ymax : float32 *
type : PbDomainBoundingBoxTypes -> PbDomain
Parameters
- xmin
- Type: SystemSingle
- ymin
- Type: SystemSingle
- xmax
- Type: SystemSingle
- ymax
- Type: SystemSingle
- type
- Type: OIV.MeshViz.GraphPbDomainBoundingBoxTypes
Remarks See Also