NX Open C++ Reference Guide
|
Represents the Field Domain Map. More...
Public Types | |
enum | BoundingBoxMapEnum { BoundingBoxMapEnumOppositeCorner, BoundingBoxMapEnumObjects } |
Bouding Box Map. More... | |
enum | ParametricPlaneMapEnum { ParametricPlaneMapEnumIsoSections, ParametricPlaneMapEnumIsoLines } |
Parameteric Plane Map. More... | |
enum | TypeEnum { TypeEnumNone, TypeEnumGlobal, TypeEnumCartesian, TypeEnumCylindrical, TypeEnumSpherical, TypeEnumParametricSpace, TypeEnumParametricPlane, TypeEnumParametricLine } |
Type of Spatial Map. More... |
Represents the Field Domain Map.
A Spatial Map provides a mapping from a field's independent domain into a new domain space. This Particular map type is designed to map into cartesian, cylindrical, spherical or parametric space, allowing the field to be used where these independent domains are required.
To obtain an instance of this class see Fields::FieldManager .
Created in NX6.0.0.
Parameteric Plane Map.