2023 Method
Changes 0
M

FabricationPart.SetDimensionValue

Description:
Sets the fabrication dimension value. The value is in Revit internal units.
Remarks:
Multiple dimensions may need to be set in order to reach the desired outcome. The document must be regenerated before the fabrication part can be used. Check ValidationStatus after regeneration to see if the part is valid for fabrication.
public void SetDimensionValue(
	FabricationDimensionDefinition dim,
	double newValue
)