NX Open C++ Reference Guide
|
Represents a RoutingMeasureDistanceBuilder
Creator not available in KF because transient objects are not supported.
More...
Public Member Functions | |
std::vector< NXOpen::NXObject * > | GetRoutingObjects () |
The routing objects used for path length. | |
NXOpen::Routing::RouteObjectCollector * | RoutingSelection () |
Returns the Routing::RouteObjectCollector Created in NX6.0.0. | |
void | SetRoutingObjects (const std::vector< NXOpen::NXObject * > &routingObjects) |
The routing objects used for path length Created in NX6.0.0. | |
void | SetRoutingSelection (NXOpen::Routing::RouteObjectCollector *selectionBuilder) |
Sets the Routing::RouteObjectCollector Created in NX6.0.0. | |
![]() | |
NXOpen::SelectDisplayableObject * | DiameterObjects () |
Returns the diameter objects Created in NX8.5.0. | |
NXOpen::ScCollector * | DistanceCollector1 () |
Returns the first collector of objects for distance between two collectors Created in NX8.5.0. | |
NXOpen::ScCollector * | DistanceCollector2 () |
Returns the second collector of objects for distance between two collectors Created in NX8.5.0. | |
bool | IsExact () |
Returns the exact flag Created in NX7.5.0. | |
NXOpen::ScCollector * | LengthCollector () |
Returns the length collector of objects Created in NX8.5.0. | |
NXOpen::SelectDisplayableObjectList * | LengthObjects () |
Returns the length objects Created in NX5.0.0. | |
NXOpen::MeasureDistanceBuilder::MeasureType | Mtype () |
Returns the mtype Created in NX5.0.0. | |
NXOpen::SelectDisplayableObject * | Object1 () |
Returns the object1 Created in NX5.0.0. | |
NXOpen::SelectDisplayableObject * | Object2 () |
Returns the object2 Created in NX5.0.0. | |
NXOpen::Direction * | ProjectionVector () |
Returns the projection vector Created in NX5.0.0. | |
NXOpen::SelectDisplayableObject * | RadiusObjects () |
Returns the radius objects Created in NX5.0.0. | |
NXOpen::SelectDisplayableObjectList * | Set1 () |
Returns the set1 Created in NX5.0.0. | |
NXOpen::SelectDisplayableObjectList * | Set2 () |
Returns the set2 Created in NX5.0.0. | |
void | SetExact (bool isExact) |
Sets the exact flag Created in NX7.5.0. | |
void | SetMtype (NXOpen::MeasureDistanceBuilder::MeasureType mtype) |
Sets the mtype Created in NX5.0.0. | |
void | SetProjectionVector (NXOpen::Direction *projectionVector) |
Sets the projection vector Created in NX5.0.0. | |
![]() | |
NXOpen::MeasureBuilder::AnnotationType | AnnotationMode () |
Returns the annotation mode Created in NX5.0.0. | |
bool | InfoWindow () |
Returns the info window Created in NX5.0.0. | |
NXOpen::MeasureBuilder::RequirementType | RequirementMode () |
Returns the requirement mode Created in NX5.0.0. | |
void | SetAnnotationMode (NXOpen::MeasureBuilder::AnnotationType atype) |
Sets the annotation mode Created in NX5.0.0. | |
void | SetInfoWindow (bool infoWindow) |
Sets the info window Created in NX5.0.0. | |
void | SetRequirementMode (NXOpen::MeasureBuilder::RequirementType rtype) |
Sets the requirement mode Created in NX5.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. | |
Additional Inherited Members | |
![]() | |
enum | DistanceType { DistanceTypeDistance, DistanceTypeSmartDistance, DistanceTypeProjectedDistance, DistanceTypeSmartProjectedDistance, DistanceTypeScreenDistance, DistanceTypeLength, DistanceTypeRadius, DistanceTypeDiameter, DistanceTypePointsOnCurves, DistanceTypeRoutingPathLength, DistanceTypeBetweenSets } |
the type of distance measurement More... | |
enum | MeasureType { MeasureTypeToAPoint, MeasureTypeMinimum, MeasureTypeLocalMinimum, MeasureTypeMaximum, MeasureTypeMinClearance, MeasureTypeMaxClearance } |
the subtype of distance measurement More... | |
Represents a RoutingMeasureDistanceBuilder
Creator not available in KF because transient objects are not supported.
Created in NX6.0.0.
std::vector<NXOpen::NXObject *> NXOpen::Routing::RoutingMeasureDistanceBuilder::GetRoutingObjects | ( | ) |
The routing objects used for path length.
NXOpen::Routing::RouteObjectCollector* NXOpen::Routing::RoutingMeasureDistanceBuilder::RoutingSelection | ( | ) |
Returns the Routing::RouteObjectCollector
Created in NX6.0.0.
License requirements : None
void NXOpen::Routing::RoutingMeasureDistanceBuilder::SetRoutingObjects | ( | const std::vector< NXOpen::NXObject * > & | routingObjects | ) |
The routing objects used for path length
Created in NX6.0.0.
License requirements : None
routingObjects | the routing objects to set for path length |
void NXOpen::Routing::RoutingMeasureDistanceBuilder::SetRoutingSelection | ( | NXOpen::Routing::RouteObjectCollector * | selectionBuilder | ) |
Sets the Routing::RouteObjectCollector
Created in NX6.0.0.
License requirements : None
selectionBuilder | selectionbuilder |