<Code Lib>
2026 Method
Changes 4
M

StructuralSettings.GetLoadForceVectorReprLine

Description:
Returns the representative line of the load force vector according to loads display scaling.

public XYZ GetLoadForceVectorReprLine(
	LoadType loadType,
	XYZ forceVector
)

  • loadType
    LoadType::Point, Line, or Area
  • forceVector
    The load force vector in internal units.
Return Value XYZ The the representative line in internal units.

Loading…