NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
NXOpen::GeometricUtilities::UVMapping::ReverseUVParameterizationData Class Reference

Reverse UV parameterization. More...

Inheritance diagram for NXOpen::GeometricUtilities::UVMapping::ReverseUVParameterizationData:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

bool CanReverseU ()
 Returns the flag indicating if U direction to be reversed. More...
 
bool CanReverseV ()
 Returns the flag indicating if V direction to be reversed. More...
 
NXOpen::SelectDisplayableObjectListPatches ()
 Returns the object list. More...
 
void SetCanReverseU (bool reverse)
 Sets the flag indicating if U direction to be reversed. More...
 
void SetCanReverseV (bool reverse)
 Sets the flag indicating if V direction to be reversed. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Reverse UV parameterization.


To create a new instance of this class, use NXOpen::GeometricUtilities::UVMapping::UVMappingCollection::CreateReverseUVParameterizationData

Created in NX1847.0.0.

Member Function Documentation

bool NXOpen::GeometricUtilities::UVMapping::ReverseUVParameterizationData::CanReverseU ( )

Returns the flag indicating if U direction to be reversed.


Created in NX1847.0.0.

License requirements : None

bool NXOpen::GeometricUtilities::UVMapping::ReverseUVParameterizationData::CanReverseV ( )

Returns the flag indicating if V direction to be reversed.


Created in NX1847.0.0.

License requirements : None

NXOpen::SelectDisplayableObjectList* NXOpen::GeometricUtilities::UVMapping::ReverseUVParameterizationData::Patches ( )

Returns the object list.


Created in NX1847.0.0.

License requirements : None

void NXOpen::GeometricUtilities::UVMapping::ReverseUVParameterizationData::SetCanReverseU ( bool  reverse)

Sets the flag indicating if U direction to be reversed.


Created in NX1847.0.0.

License requirements : None

Parameters
reversereverse
void NXOpen::GeometricUtilities::UVMapping::ReverseUVParameterizationData::SetCanReverseV ( bool  reverse)

Sets the flag indicating if V direction to be reversed.


Created in NX1847.0.0.

License requirements : None

Parameters
reversereverse

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