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. |
Represents the View center coodinate (Drawings.ViewCenterCoordinateBuilder)
Created in NX6.0.0.
void NXOpen::Drawings::ViewCenterCoordinateBuilder::SetXCoordinate | ( | double | cenwcs | ) |
Sets the X center coordinate
Created in NX6.0.0.
License requirements : nx_drafting_plus ("Drafting Plus")
cenwcs | sets the coordinate. |
void NXOpen::Drawings::ViewCenterCoordinateBuilder::SetYCoordinate | ( | double | cenwcs | ) |
Sets the Y center coordinate
Created in NX6.0.0.
License requirements : nx_drafting_plus ("Drafting Plus")
cenwcs | sets the coordinate. |
void NXOpen::Drawings::ViewCenterCoordinateBuilder::SetZCoordinate | ( | double | cenwcs | ) |
Sets the Z center coordinate
Created in NX6.0.1.
License requirements : nx_drafting_plus ("Drafting Plus")
cenwcs | sets the coordinate. |
virtual bool NXOpen::Drawings::ViewCenterCoordinateBuilder::Validate | ( | ) | [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.
Returns the X center coordinate
Created in NX6.0.0.
License requirements : None
Returns the expression for the X coordinate
Created in NX7.5.0.
License requirements : None
Returns the Y center coordinate
Created in NX6.0.0.
License requirements : None
Returns the expression for the Y coordinate
Created in NX7.5.0.
License requirements : None
Returns the Z center coordinate
Created in NX6.0.1.
License requirements : None
Returns the expression for the Z coordinate
Created in NX7.5.0.
License requirements : None