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

Represents an image option object. More...

Inheritance diagram for NXOpen::Report::ImageOption:
NXOpen::TaggedObject

Public Member Functions

double ImageHeight ()
 Returns the image height . More...
 
double ImageRotation ()
 Returns the image rotation angle in degree. More...
 
double ImageWidth ()
 Returns the image width . More...
 
bool LockOriginalAspectRatio ()
 Returns. More...
 
void SetImageHeight (double imageHeight)
 Sets the image height . More...
 
void SetImageRotation (double imageRotation)
 Sets the image rotation angle in degree. More...
 
void SetImageWidth (double imageWidth)
 Sets the image width . More...
 
void SetLockOriginalAspectRatio (bool lockOriginalRatio)
 Sets. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents an image option object.


Created in NX11.0.0.

Member Function Documentation

double NXOpen::Report::ImageOption::ImageHeight ( )

Returns the image height .


Created in NX11.0.0.

License requirements : None

double NXOpen::Report::ImageOption::ImageRotation ( )

Returns the image rotation angle in degree.


Created in NX11.0.0.

License requirements : None

double NXOpen::Report::ImageOption::ImageWidth ( )

Returns the image width .


Created in NX11.0.0.

License requirements : None

bool NXOpen::Report::ImageOption::LockOriginalAspectRatio ( )

Returns.

a value that indicates whether locks original image aspect ratio. If locks ratio, the image width will be updated according to the ratio when image height changes , and vice versa.


Created in NX11.0.0.

License requirements : None

void NXOpen::Report::ImageOption::SetImageHeight ( double  imageHeight)

Sets the image height .


Created in NX11.0.0.

License requirements : None

Parameters
imageHeightimageheight
void NXOpen::Report::ImageOption::SetImageRotation ( double  imageRotation)

Sets the image rotation angle in degree.


Created in NX11.0.0.

License requirements : None

Parameters
imageRotationimagerotation
void NXOpen::Report::ImageOption::SetImageWidth ( double  imageWidth)

Sets the image width .


Created in NX11.0.0.

License requirements : None

Parameters
imageWidthimagewidth
void NXOpen::Report::ImageOption::SetLockOriginalAspectRatio ( bool  lockOriginalRatio)

Sets.

a value that indicates whether locks original image aspect ratio. If locks ratio, the image width will be updated according to the ratio when image height changes , and vice versa.


Created in NX11.0.0.

License requirements : None

Parameters
lockOriginalRatiolockoriginalratio

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