public class WireSurfaceStretch
extends java.lang.Object
| Constructor and Description |
|---|
WireSurfaceStretch(java.lang.String strName,
SegmentCustomBuilderControl scbc,
java.util.TreeMap<java.lang.Double,Span> mapWireSpan)
WireSurfaceStretch Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
responseValue(double dblX,
double dblY)
Compute the Bivariate Surface Response Value
|
Span |
wireSpanXAnchor(double dblXAnchor)
Retrieve the Surface Span Stretch that corresponds to the given X Anchor
|
Span |
wireSpanYAnchor(double dblYAnchor)
Retrieve the Surface Span Stretch that corresponds to the given Y Anchor
|
public WireSurfaceStretch(java.lang.String strName,
SegmentCustomBuilderControl scbc,
java.util.TreeMap<java.lang.Double,Span> mapWireSpan)
throws java.lang.Exception
strName - Namescbc - Segment Custom Builder Control ParametersmapWireSpan - X-mapped Array of Y Basis Spline Wire Spansjava.lang.Exception - Thrown if the Inputs are invalidpublic double responseValue(double dblX,
double dblY)
throws java.lang.Exception
dblX - XdblY - Yjava.lang.Exception - Thrown if Inputs are Invalidpublic Span wireSpanYAnchor(double dblYAnchor)
dblYAnchor - Y Anchorpublic Span wireSpanXAnchor(double dblXAnchor)
dblXAnchor - X Anchor