Hide Table of Contents
UMinValue Property (ICurveParamData)

Gets the minimum U parameter value.

.NET Syntax

Visual Basic (Declaration) 
ReadOnly Property UMinValue As System.Double
Visual Basic (Usage) 
Dim instance As ICurveParamData
Dim value As System.Double
 
value = instance.UMinValue
C# 
System.double UMinValue {get;}
C++/CLI 
property System.double UMinValue {
   System.double get();
}

Property Value

Minimum U parameter value

Example

Remarks

The minimum U parameter must always be smaller than the maximum U parameter.

If the curve and edge are in opposite directions (ICurveParamData::Sense returns false) and the minimum U parameter is larger than the maximum U parameter, then the parameters are in negative parameter space. For example, if ICurveParamData::Sense is false, minimum U parameter is 10, and maximum U parameter is 5, then ICurveParamData::UMinValue = -10 and ICurveParamData::UMaxValue = -5. To normalize the values in positive parameter space, swap the two U parameter values and then negate them, so that the values of the minimum U parameter is 5 and the maximum U parameter is 10.

If the curve is closed and the curve starts and ends at the same point, then ICurveParamData::UMinValue and ICurveParamData::UMaxValue are a period apart.

See Also

Availability

SOLIDWORKS 2011 FCS, Revision Number 19.0


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   UMinValue Property (ICurveParamData)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2016 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.