2027 Method
Changes 0
M

Curve.IsInside

Description:
Indicates whether the specified parameter value is within this curve's bounds.
Remarks:
Always returns true if this curve is unbound.
Overloads (2):
IsInside(Double)
public bool IsInside(
	double parameter
)
  • Double
    parameter
    The raw curve parameter to be evaluated.
Return Value Boolean True if the parameter is within the bounds, otherwise false.