NX Open C++ Reference Guide
Public Types
NXOpen::Fields::SpatialMap Class Reference

Represents the Field Domain Map. More...

Inheritance diagram for NXOpen::Fields::SpatialMap:
NXOpen::NXObject NXOpen::TaggedObject NXOpen::INXObject

List of all members.

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...

Detailed Description

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.


Member Enumeration Documentation

Bouding Box Map.

Enumerator:
BoundingBoxMapEnumOppositeCorner 

opposite corner

BoundingBoxMapEnumObjects 

objects

Parameteric Plane Map.

Enumerator:
ParametricPlaneMapEnumIsoSections 

iso sections

ParametricPlaneMapEnumIsoLines 

iso lines

Type of Spatial Map.

Enumerator:
TypeEnumNone 

none

TypeEnumGlobal 

global

TypeEnumCartesian 

cartesian

TypeEnumCylindrical 

cylindrical

TypeEnumSpherical 

spherical

TypeEnumParametricSpace 

parametric space

TypeEnumParametricPlane 

parametric plane

TypeEnumParametricLine 

parametric line


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.