2021 Method
Changes 0
M

Form.ScaleProfile

Description:
Scale a profile of the form, by a specified origin and scale factor.
public void ScaleProfile(
	int profileIndex,
	double factor,
	XYZ origin
)
  • Int32
    profileIndex
    Index to specify the profile.
  • Double
    factor
    The scale factor, it should be large than zero.
  • origin
    The origin where scale happens.