Deprecated
This module has been deprecated. Please replace this module with the project onto surface module.
geologic surfmap
Geologic surfmap provides a mechanism to drape lines onto geologic surfaces. It compares to project onto surface, but lines are not subsetted to match the size of the cells of the surface on which the lines are draped. In other words, only the endpoints of each line segment are draped.
Ports
| Direction | Name | Type | Description |
|---|---|---|---|
| Input | Input Geologic Field | Field | The main geologic field to map the lines to. |
| Input | Mapping Lines | Field | The field to map onto the geologic surface. |
| Input | Input Z Scale | Number | The factor for vertical scaling. |
| Output | Output Field | Field | The main output field with lines mapped to the selected surface. |
| Output | Output Z Scale | Number | The factor for vertical scaling. |
| Output | Surface | Renderable | A renderable object displaying the mapped output lines. |
Properties
| Property | Type | Description |
|---|---|---|
| Z Scale | Double | The vertical exaggeration to apply to the output. |
Surface Settings
| Property | Type | Description |
|---|---|---|
| Surface Offset | Double | The Surface Offset parameter provides a means to offset the draped lines from the surface so that z-buffering will not make the lines ragged or partially invisible where they intersect the surface. |
| Minimum Thickness | Double | The Minimum Thickness parameter determines the minimum spacing between surfaces when hierarchy is imposed. |
| Account For Hierarchy | Boolean | The Account for Hierarchy toggle causes geologic surfaces that might otherwise intersect each other to be corrected to account for Geologic Hierarchy. |
| Reverse Hierarchy | Boolean | The Reverse Hierarchy toggle causes hierarchy to be imposed from the bottom up versus the normal top down. |
| Surface Selection | Choice | The Surface Selection sets the surface from the Input Geology to map the Mapping Field onto. |
Data Selection
| Property | Type | Description |
|---|---|---|
| Color Type | Choice: Node Data, Cell Data, Solid Color | The Color Type allows the user to choose how to color the output field. |
| Node Data | Choice | The Node Data sets the data to color the output by if the Color Type is set to Node Data. |
| Cell Data | Choice | The Cell Data sets the data to color the output by if the Color Type is set to Cell Data. |
| Vector Component | Integer | If the Color Type is set to a data component that is a vector type data, the component can be set here. A value of -1 will cause the entire vector to be used as data. |
| Use Vector Magnitude | Boolean | If the Color Type is set to a data component that is a vector type data, and the Vector Component is set to -1, a vector will be passed as data. Selecting this toggle will turn the data into the magnitude of that vector. |
| Object Color | Color | If the Color Type is set to Solid Color, the Object Color can be set using this control. |