14.4.16 Point3dOffset
Topic Version | 1 | Published | 09/11/2015 | |
For Standard | RESQML v2.0.1 | |||
Stereotypes: | XSDcomplexType |
Defines the size and sampling in each dimension (direction) of the point 3D lattice array. Sampling can be uniform or irregular.
Name |
Data Type |
Notes |
---|---|---|
Offset |
Point3d |
The direction of the axis of this lattice dimension. This is a relative offset vector instead of an absolute 3D point. |
Spacing |
AbstractDoubleArray |
A lattice of N offset points is described by a spacing array of size N-1. The offset between points is given by the spacing value multiplied by the offset vector. For example, the first offset is 0. The second offset is the first spacing * offset. The second offset is (first spacing + second spacing) * offset, etc. |
Derived From: (none)
Derived Classes: (none)
Relationships: None