NX Open C++ Reference Guide
|
Represents a Fields::SpatialMap builder. More...
Public Member Functions | |
void | AutoTolerance () |
The method to set the face tolerance to a default value based on the current state of the field Created in NX8.5.0. | |
NXOpen::SelectNXObjectList * | BoundedObjects () |
Returns the bounded objects Created in NX6.0.0. | |
NXOpen::Fields::SpatialMap::BoundingBoxMapEnum | BoundingBoxMap () |
Returns the bounding 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::Expression * | FaceTolerance () |
Returns the face tolerance for 3D degenerate surface maps Created in NX8.5.0. | |
NXOpen::Fields::PathObjects * | LatticePath () |
Returns the lattice path objects Created in NX6.0.1. | |
NXOpen::SelectNXObjectList * | MappingFaces () |
Returns the faces to be used as mapping objects Created in NX8.5.0. | |
NXOpen::Fields::SpatialMap::SubtypeEnum | MapSubtype () |
Returns the map subtype Created in NX8.5.0. | |
NXOpen::Fields::SpatialMap::SubtypeMappingEnum | MapSubtypeMapping () |
Returns the subtype mapping Created in NX8.5.0. | |
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 origin Created in NX6.0.0. | |
NXOpen::Fields::SpatialMap::ParametricPlaneMapEnum | ParametricPlaneMap () |
Returns the parametric plane map Created in NX6.0.0. | |
void | SetBoundingBoxMap (NXOpen::Fields::SpatialMap::BoundingBoxMapEnum boundBoxMap) |
Sets the bounding box map Created in NX6.0.0. | |
void | SetCoordSystem (NXOpen::CoordinateSystem *csys) |
Sets the csys Created in NX6.0.0. | |
void | SetMapSubtype (NXOpen::Fields::SpatialMap::SubtypeEnum mapSubType) |
Sets the map subtype Created in NX8.5.0. | |
void | SetMapSubtypeMapping (NXOpen::Fields::SpatialMap::SubtypeMappingEnum mapSubTypeMapping) |
Sets the subtype mapping Created in NX8.5.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 origin Created in NX6.0.0. | |
void | SetParametricPlaneMap (NXOpen::Fields::SpatialMap::ParametricPlaneMapEnum parmPlaneMap) |
Sets the parametric plane map Created in NX6.0.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a Fields::SpatialMap builder.
<br> Used to create and or edit a @link Fields::SpatialMap Fields::SpatialMap@endlink . <br> <br> To create a new instance of this class, use @link Fields::FieldManager::CreateSpatialMapBuilder Fields::FieldManager::CreateSpatialMapBuilder @endlink <br>
Created in NX6.0.0.
void NXOpen::Fields::SpatialMapBuilder::AutoTolerance | ( | ) |
The method to set the face tolerance to a default value based on the current state of the field
Created in NX8.5.0.
License requirements : None
NXOpen::SelectNXObjectList* NXOpen::Fields::SpatialMapBuilder::BoundedObjects | ( | ) |
Returns the bounded objects
Created in NX6.0.0.
License requirements : None
NXOpen::Fields::SpatialMap::BoundingBoxMapEnum NXOpen::Fields::SpatialMapBuilder::BoundingBoxMap | ( | ) |
Returns the bounding box map
Created in NX6.0.0.
License requirements : None
NXOpen::SelectNXObjectList* NXOpen::Fields::SpatialMapBuilder::ConstantUObjects | ( | ) |
Returns the const uobjects
Use Fields::SpatialMapBuilder::ConstUObjects instead.
Created in NX6.0.0.
License requirements : None
NXOpen::SelectNXObjectList* NXOpen::Fields::SpatialMapBuilder::ConstantVObjects | ( | ) |
Returns the const vobjects
Use Fields::SpatialMapBuilder::ConstVObjects instead.
Created in NX6.0.0.
License requirements : None
NXOpen::Fields::PathObjectsList* NXOpen::Fields::SpatialMapBuilder::ConstUObjects | ( | ) |
Returns the list of Fields::PathObjects objects that define sections of constant u
Created in NX6.0.1.
License requirements : None
NXOpen::Fields::PathObjectsList* NXOpen::Fields::SpatialMapBuilder::ConstVObjects | ( | ) |
Returns the list of Fields::PathObjects objects that define sections of constant v
Created in NX6.0.1.
License requirements : None
NXOpen::CoordinateSystem* NXOpen::Fields::SpatialMapBuilder::CoordSystem | ( | ) |
Returns the csys
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Fields::SpatialMapBuilder::FaceTolerance | ( | ) |
Returns the face tolerance for 3D degenerate surface maps
Created in NX8.5.0.
License requirements : None
NXOpen::Fields::PathObjects* NXOpen::Fields::SpatialMapBuilder::LatticePath | ( | ) |
Returns the lattice path objects
Created in NX6.0.1.
License requirements : None
NXOpen::SelectNXObjectList* NXOpen::Fields::SpatialMapBuilder::MappingFaces | ( | ) |
Returns the faces to be used as mapping objects
Created in NX8.5.0.
License requirements : None
NXOpen::Fields::SpatialMap::SubtypeEnum NXOpen::Fields::SpatialMapBuilder::MapSubtype | ( | ) |
Returns the map subtype
Created in NX8.5.0.
License requirements : None
NXOpen::Fields::SpatialMap::SubtypeMappingEnum NXOpen::Fields::SpatialMapBuilder::MapSubtypeMapping | ( | ) |
Returns the subtype mapping
Created in NX8.5.0.
License requirements : None
NXOpen::Fields::SpatialMap::TypeEnum NXOpen::Fields::SpatialMapBuilder::MapType | ( | ) |
Returns the map type
Created in NX6.0.0.
License requirements : None
NXOpen::Point* NXOpen::Fields::SpatialMapBuilder::OppositeCorner | ( | ) |
Returns the opposite corner
Created in NX6.0.0.
License requirements : None
NXOpen::Point* NXOpen::Fields::SpatialMapBuilder::Origin | ( | ) |
Returns the origin
Created in NX6.0.0.
License requirements : None
NXOpen::Fields::SpatialMap::ParametricPlaneMapEnum NXOpen::Fields::SpatialMapBuilder::ParametricPlaneMap | ( | ) |
Returns the parametric plane map
Created in NX6.0.0.
License requirements : None
void NXOpen::Fields::SpatialMapBuilder::SetBoundingBoxMap | ( | NXOpen::Fields::SpatialMap::BoundingBoxMapEnum | boundBoxMap | ) |
Sets the bounding box map
Created in NX6.0.0.
License requirements : None
boundBoxMap | boundboxmap |
void NXOpen::Fields::SpatialMapBuilder::SetCoordSystem | ( | NXOpen::CoordinateSystem * | csys | ) |
Sets the csys
Created in NX6.0.0.
License requirements : None
csys | csys |
void NXOpen::Fields::SpatialMapBuilder::SetMapSubtype | ( | NXOpen::Fields::SpatialMap::SubtypeEnum | mapSubType | ) |
Sets the map subtype
Created in NX8.5.0.
License requirements : None
mapSubType | mapsubtype |
void NXOpen::Fields::SpatialMapBuilder::SetMapSubtypeMapping | ( | NXOpen::Fields::SpatialMap::SubtypeMappingEnum | mapSubTypeMapping | ) |
Sets the subtype mapping
Created in NX8.5.0.
License requirements : None
mapSubTypeMapping | mapsubtypemapping |
void NXOpen::Fields::SpatialMapBuilder::SetMapType | ( | NXOpen::Fields::SpatialMap::TypeEnum | mapType | ) |
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 origin
Created in NX6.0.0.
License requirements : None
origin | origin |
void NXOpen::Fields::SpatialMapBuilder::SetParametricPlaneMap | ( | NXOpen::Fields::SpatialMap::ParametricPlaneMapEnum | parmPlaneMap | ) |
Sets the parametric plane map
Created in NX6.0.0.
License requirements : None
parmPlaneMap | parmplanemap |