Returns the representative line of the load force vector according to loads display scaling.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2024
Syntax
C# |
---|
public XYZ GetLoadForceVectorReprLine(
LoadType loadType,
XYZ forceVector
) |
Visual Basic |
---|
Public Function GetLoadForceVectorReprLine ( _
loadType As LoadType, _
forceVector As XYZ _
) As XYZ |
Visual C++ |
---|
public:
XYZ^ GetLoadForceVectorReprLine(
LoadType loadType,
XYZ^ forceVector
) |
Return Value
The the representative line in internal units.
Exceptions
See Also