2022 Method
Changes 0
M

FabricationPart.SetCalculatedDimensionValue

Description:
Sets the calculated dimension value.
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 SetCalculatedDimensionValue(
	FabricationDimensionDefinition dim,
	string value
)