BoundaryConditions.SetCurve
Description:
Sets the curve that defines geometry of the line boundary conditions.
Sets the curve that defines geometry of the line boundary conditions.
Remarks:
This method works for boundary conditions which are not constrained to their host. This method works with hosted line boundary conditions only. The curve must be bounded.
This method works for boundary conditions which are not constrained to their host. This method works with hosted line boundary conditions only. The curve must be bounded.
public void SetCurve(
Curve curve
)
-
curve
-
The input curve is not bound.
-
A non-optional argument was null
-
Boundary condition is not a BoundaryConditionsType::Line type.
-
This BoundaryConditions is not a hosted object. -or- This BoundaryConditions is constrained on host.