RVTDocs.com

StructuralSettings.GetLoadForceVectorReprLine

Method
Description:
Returns the representative line of the load force vector according to loads display scaling.
Syntax
public XYZ GetLoadForceVectorReprLine(
	LoadType loadType,
	XYZ forceVector
)
Parameters
Parameter Type Description
loadType LoadType LoadType::Point, Line, or Area
forceVector XYZ The load force vector in internal units.
Return Value
Type Description
XYZ The the representative line in internal units.
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