<Code Lib>
2022 Class
Changes 0
C

MemberForces

Description:
An object that represents a member forces on analytical model element.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Structure.MemberForces

public class MemberForces : IDisposable

Name Return Type Description
C MemberForces(Boolean, XYZ, XYZ) MemberForces Creates a new instance of MemberForces.

Name Return Type Description
M Dispose() None Releases all resources used by the

Name Return Type Description
P Force XYZ The translational forces at relative point position of the element.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P Moment XYZ The rotational forces at relative point position of the element.
P Start bool Member Forces position on analytical model stick element. True for start, false for end.

Loading…