BeamSystemCreate(Document, IListCurve, SketchPlane, XYZ, Boolean) Method


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static BeamSystem Create(
	Document document,
	IList<Curve> profile,
	SketchPlane sketchPlane,
	XYZ direction,
	bool is3d
)

Parameters

document  Document
 
profile  IListCurve
 
sketchPlane  SketchPlane
 
direction  XYZ
 
is3d  Boolean
 

Return Value

BeamSystem
See Also