API Reference > Classes > PRC Base Data Types Classes > OdPrcUVParameterization Class > OdPrcUVParameterization Methods > getImplicitDomain Method > OdPrcUVParameterization::getImplicitDomain Method (double&, double&, double&, double&)
OdPrcUVParameterization::getImplicitDomain Method (double&, double&, double&, double&)
Syntax
C++
void getImplicitDomain(double& startU, double& startV, double& endU, double& endV) const;
Parameters 
Description 
double& startU 
[out] A placeholder for starting U-parameter value.  
double& startV 
[out] A placeholder for starting V-parameter value.  
double& endU 
[out] A placeholder for ending U-parameter value.  
double& endV 
[out] A placeholder for ending V-parameter value. 

Retrieves the current implicit domain of the parameterization. End parameter can be less than start.

The method fills the passed values and returns them to a calling subroutine.

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.