SketchedStairsCurveData
Constructor
Description:
Construct a SketchedStairsCurveData defined by a curve associated with its height and slope type.
Construct a SketchedStairsCurveData defined by a curve associated with its height and slope type.
Syntax
public SketchedStairsCurveData(
Curve boundaryCurve,
double height,
SketchedCurveSlopeOption slopeType
)
Parameters
Parameter | Type | Description |
---|---|---|
boundaryCurve | Curve | |
height | Double | |
slopeType | SketchedCurveSlopeOption |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |