Close

Relief for ODA Team in Ukraine

Learn more
ODA PRC SDK
OdPrcUVParameterization::getImplicitDomain Method (double&, double&, double&, double&)
Syntax
C++
void getImplicitDomain(double& startU, double& startV, double& endU, double& endV) const;

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

Parameters
Description
startU
[out] A placeholder for starting U-parameter value.
startV
[out] A placeholder for starting V-parameter value.
endU
[out] A placeholder for ending U-parameter value.
endV
[out] A placeholder for ending V-parameter value.

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.