NX Open C++ Reference Guide
|
Represents a Fields::SpatialMap builder. More...
Public Member Functions | |
NXOpen::SelectNXObjectList * | BoundedObjects () |
Returns the bounded objects Created in NX6.0.0. | |
NXOpen::Fields::SpatialMap::BoundingBoxMapEnum | BoundingBoxMap () |
Returns the bound box map Created in NX6.0.0. | |
NXOpen::SelectNXObjectList * | ConstantUObjects () |
Returns the const uobjects | |
NXOpen::SelectNXObjectList * | ConstantVObjects () |
Returns the const vobjects | |
NXOpen::Fields::PathObjectsList * | ConstUObjects () |
Returns the list of Fields::PathObjects objects that define sections of constant u Created in NX6.0.1. | |
NXOpen::Fields::PathObjectsList * | ConstVObjects () |
Returns the list of Fields::PathObjects objects that define sections of constant v Created in NX6.0.1. | |
NXOpen::CoordinateSystem * | CoordSystem () |
Returns the csys Created in NX6.0.0. | |
NXOpen::Fields::PathObjects * | LatticePath () |
Returns the lattice path objects Created in NX6.0.1. | |
NXOpen::Fields::SpatialMap::TypeEnum | MapType () |
Returns the map type Created in NX6.0.0. | |
NXOpen::Point * | OppositeCorner () |
Returns the opposite corner Created in NX6.0.0. | |
NXOpen::Point * | Origin () |
Returns the opposite corner Created in NX6.0.0. | |
NXOpen::Fields::SpatialMap::ParametricPlaneMapEnum | ParametricPlaneMap () |
Returns the parm plane map Created in NX6.0.0. | |
void | SetBoundingBoxMap (NXOpen::Fields::SpatialMap::BoundingBoxMapEnum boundBoxMap) |
Sets the bound box map Created in NX6.0.0. | |
void | SetCoordSystem (NXOpen::CoordinateSystem *csys) |
Sets the csys Created in NX6.0.0. | |
void | SetMapType (NXOpen::Fields::SpatialMap::TypeEnum mapType) |
Sets the map type Created in NX6.0.0. | |
void | SetOppositeCorner (NXOpen::Point *oppositeCorner) |
Sets the opposite corner Created in NX6.0.0. | |
void | SetOrigin (NXOpen::Point *origin) |
Sets the opposite corner Created in NX6.0.0. | |
void | SetParametricPlaneMap (NXOpen::Fields::SpatialMap::ParametricPlaneMapEnum parmPlaneMap) |
Sets the parm plane map Created in NX6.0.0. |
Represents a Fields::SpatialMap builder.
Used to create and or edit a Fields::SpatialMap .
To create a new instance of this class, use Fields::FieldManager::CreateSpatialMapBuilder
Created in NX6.0.0.
Returns the bounded objects
Created in NX6.0.0.
License requirements : None
NXOpen::Fields::SpatialMap::BoundingBoxMapEnum NXOpen::Fields::SpatialMapBuilder::BoundingBoxMap | ( | ) |
Returns the bound box map
Created in NX6.0.0.
License requirements : None
Returns the const uobjects
Created in NX6.0.0.
License requirements : None
Returns the const vobjects
Created in NX6.0.0.
License requirements : None
Returns the list of Fields::PathObjects objects that define sections of constant u
Created in NX6.0.1.
License requirements : None
Returns the list of Fields::PathObjects objects that define sections of constant v
Created in NX6.0.1.
License requirements : None
Returns the csys
Created in NX6.0.0.
License requirements : None
Returns the lattice path objects
Created in NX6.0.1.
License requirements : None
Returns the map type
Created in NX6.0.0.
License requirements : None
Returns the opposite corner
Created in NX6.0.0.
License requirements : None
Returns the opposite corner
Created in NX6.0.0.
License requirements : None
NXOpen::Fields::SpatialMap::ParametricPlaneMapEnum NXOpen::Fields::SpatialMapBuilder::ParametricPlaneMap | ( | ) |
Returns the parm plane map
Created in NX6.0.0.
License requirements : None
void NXOpen::Fields::SpatialMapBuilder::SetBoundingBoxMap | ( | NXOpen::Fields::SpatialMap::BoundingBoxMapEnum | boundBoxMap | ) |
Sets the bound box map
Created in NX6.0.0.
License requirements : None
boundBoxMap | boundboxmap |
Sets the csys
Created in NX6.0.0.
License requirements : None
csys | csys |
Sets the map type
Created in NX6.0.0.
License requirements : None
mapType | maptype |
void NXOpen::Fields::SpatialMapBuilder::SetOppositeCorner | ( | NXOpen::Point * | oppositeCorner | ) |
Sets the opposite corner
Created in NX6.0.0.
License requirements : None
oppositeCorner | oppositecorner |
void NXOpen::Fields::SpatialMapBuilder::SetOrigin | ( | NXOpen::Point * | origin | ) |
Sets the opposite corner
Created in NX6.0.0.
License requirements : None
origin | origin |
void NXOpen::Fields::SpatialMapBuilder::SetParametricPlaneMap | ( | NXOpen::Fields::SpatialMap::ParametricPlaneMapEnum | parmPlaneMap | ) |
Sets the parm plane map
Created in NX6.0.0.
License requirements : None
parmPlaneMap | parmplanemap |