RVTDocs.com

Truss.SetProfile

Method
Description:
Add or modify the profile of a truss.
Syntax
public void SetProfile(
	CurveArray topChords,
	CurveArray bottomChords
)
Parameters
Parameter Type Description
topChords CurveArray The curves serving as top chords of the truss.
bottomChords CurveArray The curves serving as bottom chords of the truss.
Return Value