Create a new Form element by thickening a single-surface form, and add it into the Autodesk Revit family document.
Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
Syntax
C# |
---|
public Form NewFormByThickenSingleSurface(
bool isSolid,
Form singleSurfaceForm,
XYZ thickenDir
) |
Visual Basic |
---|
Public Function NewFormByThickenSingleSurface ( _
isSolid As Boolean, _
singleSurfaceForm As Form, _
thickenDir As XYZ _
) As Form |
Visual C++ |
---|
public:
Form^ NewFormByThickenSingleSurface(
bool isSolid,
Form^ singleSurfaceForm,
XYZ^ thickenDir
) |
Return Value
This function will modify the input singleSurfaceForm and return the same element.
See Also