NX Open C++ Reference Guide
|
Represents the View center coodinate (Drawings.ViewCenterCoordinateBuilder)
Created in NX6.0.0.
More...
Public Member Functions | |
void | SetXCoordinate (double cenwcs) |
Sets the X center coordinate | |
void | SetYCoordinate (double cenwcs) |
Sets the Y center coordinate | |
void | SetZCoordinate (double cenwcs) |
Sets the Z center coordinate | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
double | XCoordinate () |
Returns the X center coordinate | |
NXOpen::Expression * | XCoordinateExp () |
Returns the expression for the X coordinate Created in NX7.5.0. | |
double | YCoordinate () |
Returns the Y center coordinate | |
NXOpen::Expression * | YCoordinateExp () |
Returns the expression for the Y coordinate Created in NX7.5.0. | |
double | ZCoordinate () |
Returns the Z center coordinate | |
NXOpen::Expression * | ZCoordinateExp () |
Returns the expression for the Z coordinate Created in NX7.5.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the View center coodinate (Drawings.ViewCenterCoordinateBuilder)
Created in NX6.0.0.
void NXOpen::Drawings::ViewCenterCoordinateBuilder::SetXCoordinate | ( | double | cenwcs | ) |
Sets the X center coordinate
Use Drawings::ViewCenterCoordinateBuilder::SetXCoordinateExp
Created in NX6.0.0.
License requirements : nx_drafting_plus ("DraftingPlus")
cenwcs | sets the coordinate. |
void NXOpen::Drawings::ViewCenterCoordinateBuilder::SetYCoordinate | ( | double | cenwcs | ) |
Sets the Y center coordinate
Use Drawings::ViewCenterCoordinateBuilder::SetYCoordinateExp
Created in NX6.0.0.
License requirements : nx_drafting_plus ("DraftingPlus")
cenwcs | sets the coordinate. |
void NXOpen::Drawings::ViewCenterCoordinateBuilder::SetZCoordinate | ( | double | cenwcs | ) |
Sets the Z center coordinate
Use Drawings::ViewCenterCoordinateBuilder::SetZCoordinateExp
Created in NX6.0.1.
License requirements : nx_drafting_plus ("DraftingPlus")
cenwcs | sets the coordinate. |
|
virtual |
Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.
Implements NXOpen::GeometricUtilities::IComponentBuilder.
double NXOpen::Drawings::ViewCenterCoordinateBuilder::XCoordinate | ( | ) |
Returns the X center coordinate
Use Drawings::ViewCenterCoordinateBuilder::XCoordinateExp
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Drawings::ViewCenterCoordinateBuilder::XCoordinateExp | ( | ) |
Returns the expression for the X coordinate
Created in NX7.5.0.
License requirements : None
double NXOpen::Drawings::ViewCenterCoordinateBuilder::YCoordinate | ( | ) |
Returns the Y center coordinate
Use Drawings::ViewCenterCoordinateBuilder::YCoordinateExp
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Drawings::ViewCenterCoordinateBuilder::YCoordinateExp | ( | ) |
Returns the expression for the Y coordinate
Created in NX7.5.0.
License requirements : None
double NXOpen::Drawings::ViewCenterCoordinateBuilder::ZCoordinate | ( | ) |
Returns the Z center coordinate
Use Drawings::ViewCenterCoordinateBuilder::ZCoordinateExp
Created in NX6.0.1.
License requirements : None
NXOpen::Expression* NXOpen::Drawings::ViewCenterCoordinateBuilder::ZCoordinateExp | ( | ) |
Returns the expression for the Z coordinate
Created in NX7.5.0.
License requirements : None