Skip to content

ReleaseConditions(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)

Public Constructor

Creates a new instance of ReleaseConditions.

Namespace: Autodesk.Revit.DB.Structure

Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

Syntax

public ReleaseConditions(
bool start,
bool fx,
bool fy,
bool fz,
bool mx,
bool my,
bool mz
)

Parameters

startBoolean

The position on analytical element. True for start, false for end.

fxBoolean

Fx of the release type.

fyBoolean

Fy of the release type.

fzBoolean

Fz of the release type.

mxBoolean

Mx of the release type.

myBoolean

My of the release type.

mzBoolean