Form.ScaleProfile
Description:
Scale a profile of the form, by a specified origin and scale factor.
Scale a profile of the form, by a specified origin and scale factor.
public void ScaleProfile(
int profileIndex,
double factor,
XYZ origin
)
-
Int32profileIndexIndex to specify the profile.
-
DoublefactorThe scale factor, it should be large than zero.
-
originThe origin where scale happens.