Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 549 Bytes

File metadata and controls

27 lines (21 loc) · 549 Bytes

SetConstraintValue

Description

Sets the referenced dimensional constraint to a new value.

PROCEDURE SetConstraintValue(
				constraint : HANDLE;
				value      : REAL);
def vs.SetConstraintValue(constraint, value):
    return None

Parameters

Name Type Description
constraint HANDLE Handle to constraint being modified.
value REAL New value for the constraint.

Version

Availability: from VectorWorks9.0

Category