NX Open C++ Reference Guide
|
Represents a @link Annotations::PmiDatumTargetBuilder Annotations::PmiDatumTargetBuilder@endlink <br> To create a new instance of this class, use @link Annotations::AnnotationManager::CreatePmiDatumTargetBuilder Annotations::AnnotationManager::CreatePmiDatumTargetBuilder @endlink <br>
Default values. More...
Public Member Functions | |
NXOpen::Annotations::AssociatedObjectsBuilder * | AssociatedObjects () |
Returns the associated objects Created in NX6.0.0. | |
NXOpen::SelectDisplayableObject * | RegionSelection () |
Returns the region selection Created in NX6.0.0. | |
![]() | |
NXString | AreaSize () |
Returns the area size Created in NX6.0.0. | |
bool | DrawX () |
Returns the draw x Created in NX6.0.0. | |
NXOpen::Expression * | Height () |
Returns the height Created in NX6.0.0. | |
int | Index () |
Returns the index Created in NX6.0.0. | |
void | InheritFrom (NXOpen::Annotations::BaseDatumTarget *inheritTag) |
The datum target is inherited form existing datum target. | |
NXOpen::Expression * | InnerDiameter () |
Returns the inner diameter Created in NX6.0.0. | |
NXString | Label () |
Returns the label Created in NX6.0.0. | |
NXOpen::Annotations::LeaderBuilder * | Leader () |
Returns the Annotations::LeaderBuilder for the annotation Created in NX6.0.0. | |
NXOpen::Annotations::OriginBuilder * | Origin () |
Returns the origin Created in NX6.0.0. | |
NXOpen::Expression * | OuterDiameter () |
Returns the outer diameter Created in NX6.0.0. | |
void | SetAreaSize (const NXString &areaSize) |
Sets the area size Created in NX6.0.0. | |
void | SetAreaSize (const char *areaSize) |
Sets the area size Created in NX6.0.0. | |
void | SetDrawX (bool flag) |
Sets the draw x Created in NX6.0.0. | |
void | SetIndex (int index) |
Sets the index Created in NX6.0.0. | |
void | SetLabel (const NXString &label) |
Sets the label Created in NX6.0.0. | |
void | SetLabel (const char *label) |
Sets the label Created in NX6.0.0. | |
void | SetType (NXOpen::Annotations::DatumTargetBuilder::Types type) |
Sets the type Created in NX6.0.0. | |
NXOpen::Annotations::StyleBuilder * | Style () |
Returns the style Created in NX6.0.0. | |
NXOpen::Annotations::DatumTargetBuilder::Types | Type () |
Returns the type Created in NX6.0.0. | |
NXOpen::Expression * | Width () |
Returns the width 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. | |
Additional Inherited Members | |
![]() | |
enum | Types { TypesPoint, TypesLine, TypesRectangular, TypesCircular, TypesAnnular, TypesSpherical, TypesCylindrical, TypesArbitrary } |
datum symbol type More... | |
Represents a @link Annotations::PmiDatumTargetBuilder Annotations::PmiDatumTargetBuilder@endlink <br> To create a new instance of this class, use @link Annotations::AnnotationManager::CreatePmiDatumTargetBuilder Annotations::AnnotationManager::CreatePmiDatumTargetBuilder @endlink <br>
Default values.
Property | Value |
---|---|
Height.Value |
10 (millimeters part), 1 (inches part) |
InnerDiameter.Value |
1 (millimeters part), .1 (inches part) |
OuterDiameter.Value |
10 (millimeters part), 1 (inches part) |
Width.Value |
10 (millimeters part), 1 (inches part) |
Created in NX6.0.0.
NXOpen::Annotations::AssociatedObjectsBuilder* NXOpen::Annotations::PmiDatumTargetBuilder::AssociatedObjects | ( | ) |
Returns the associated objects
Created in NX6.0.0.
License requirements : None
NXOpen::SelectDisplayableObject* NXOpen::Annotations::PmiDatumTargetBuilder::RegionSelection | ( | ) |
Returns the region selection
Created in NX6.0.0.
License requirements : None