This document is archived and information here might be outdated. Recommended version. |
Indicates if the edit sketch is stretched when one of its vertices is moved.
[Visual Basic .NET] Public Property StretchGeometry As Boolean
[C#] public bool StretchGeometry {get; set;}
[C++]
HRESULT get_StretchGeometry(
Boolean* stretch
);
[C++]
HRESULT put_StretchGeometry(
VARIANT_BOOL stretch
);
[C++]
Parameters stretch [out, retval]
stretch is a parameter of type bool* stretch [in]
stretch is a parameter of type bool
StretchGeometry determines whether or not the edit sketch is stretched proportionally when a vertex is moved. By default StretchGeometryis false.
The following diagrams illustrate this point better. In both cases, the upper right vertex was moved.
Moving a vertex with StretchGeometry set to True:
Moving a vertex with StretchGeometry set to False: