NX Open C++ Reference Guide
|
Represents a MeasureBuilder
This is an abstract class, and cannot be instantiated.
More...
Public Types | |
enum | AnnotationType { AnnotationTypeNone, AnnotationTypeShowDimension, AnnotationTypeCreateLine, AnnotationTypeCreateCsys } |
Represents the annotation type. More... | |
enum | RequirementType { RequirementTypeNone, RequirementTypeNew, RequirementTypeExisting } |
Represents the requirement type. More... | |
Public Member Functions | |
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. |
Represents a MeasureBuilder
This is an abstract class, and cannot be instantiated.
Created in NX5.0.0.
Returns the annotation mode
Created in NX5.0.0.
License requirements : None
bool NXOpen::MeasureBuilder::InfoWindow | ( | ) |
Returns the info window
Created in NX5.0.0.
License requirements : None
Returns the requirement mode
Created in NX5.0.0.
License requirements : None
Sets the annotation mode
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
atype | atype |
void NXOpen::MeasureBuilder::SetInfoWindow | ( | bool | infoWindow | ) |
Sets the info window
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
infoWindow | infowindow |
Sets the requirement mode
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
rtype | rtype |