-
name
java.lang.String name
Name of the network.
-
pntsX
double[][] pntsX
X,Y,Z coordinates of each point in the network.
-
pntsY
double[][] pntsY
X,Y,Z coordinates of each point in the network.
-
pntsZ
double[][] pntsZ
X,Y,Z coordinates of each point in the network.
-
nx
double[][] nx
The normal vector for each panel.
-
ny
double[][] ny
The normal vector for each panel.
-
nz
double[][] nz
The normal vector for each panel.
-
xcent
double[][] xcent
The centroid location for each panel.
-
ycent
double[][] ycent
The centroid location for each panel.
-
zcent
double[][] zcent
The centroid location for each panel.
-
area
double[][] area
The surface area of each panel.
-
totArea
double totArea
The total surface area of the network.
-
minX
double minX
The coordinates of a bounding box surrounding this network.
-
minY
double minY
The coordinates of a bounding box surrounding this network.
-
minZ
double minZ
The coordinates of a bounding box surrounding this network.
-
maxX
double maxX
-
maxY
double maxY
-
maxZ
double maxZ
-
appData
java.util.Map<K,V> appData
Application specific data that can be assigned to this network.