NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Drawings::ViewCenterCoordinateBuilder Class Reference

Represents the View center coodinate (Drawings.ViewCenterCoordinateBuilder)
Created in NX6.0.0. More...

Inheritance diagram for NXOpen::Drawings::ViewCenterCoordinateBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

void SetXCoordinate (double cenwcs)
 Sets the X center coordinate
More...
 
void SetYCoordinate (double cenwcs)
 Sets the Y center coordinate
More...
 
void SetZCoordinate (double cenwcs)
 Sets the Z center coordinate
More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
double XCoordinate ()
 Returns the X center coordinate
More...
 
NXOpen::ExpressionXCoordinateExp ()
 Returns the expression for the X coordinate
Created in NX7.5.0. More...
 
double YCoordinate ()
 Returns the Y center coordinate
More...
 
NXOpen::ExpressionYCoordinateExp ()
 Returns the expression for the Y coordinate
Created in NX7.5.0. More...
 
double ZCoordinate ()
 Returns the Z center coordinate
More...
 
NXOpen::ExpressionZCoordinateExp ()
 Returns the expression for the Z coordinate
Created in NX7.5.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents the View center coodinate (Drawings.ViewCenterCoordinateBuilder)
Created in NX6.0.0.


Member Function Documentation

void NXOpen::Drawings::ViewCenterCoordinateBuilder::SetXCoordinate ( double  cenwcs)

Sets the X center coordinate

Deprecated:
Deprecated in NX7.5.0.

Use NXOpen::Drawings::ViewCenterCoordinateBuilder::XCoordinateExp


Created in NX6.0.0.

License requirements : nx_layout ("NX Layout")

Parameters
cenwcssets the coordinate.
void NXOpen::Drawings::ViewCenterCoordinateBuilder::SetYCoordinate ( double  cenwcs)

Sets the Y center coordinate

Deprecated:
Deprecated in NX7.5.0.

Use NXOpen::Drawings::ViewCenterCoordinateBuilder::YCoordinateExp


Created in NX6.0.0.

License requirements : nx_layout ("NX Layout")

Parameters
cenwcssets the coordinate.
void NXOpen::Drawings::ViewCenterCoordinateBuilder::SetZCoordinate ( double  cenwcs)

Sets the Z center coordinate

Deprecated:
Deprecated in NX7.5.0.

Use NXOpen::Drawings::ViewCenterCoordinateBuilder::ZCoordinateExp


Created in NX6.0.1.

License requirements : nx_layout ("NX Layout")

Parameters
cenwcssets 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.

Returns
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.

double NXOpen::Drawings::ViewCenterCoordinateBuilder::XCoordinate ( )

Returns the X center coordinate

Deprecated:
Deprecated in NX7.5.0.

Use NXOpen::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

Deprecated:
Deprecated in NX7.5.0.

Use NXOpen::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

Deprecated:
Deprecated in NX7.5.0.

Use NXOpen::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


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.