Point.TranslateBy Method
Parent Object: PointDescription
Translate this point by the specified vector.
Syntax
Point.TranslateBy( Vector As Vector )Parameters
Name | Type | Description |
Vector | Vector | Input Vector object that specifies the vector to translate by. |
Samples
Name | Description |
Create a 3D sketch dimension | This sample demonstrates the creation of a 3d sketch line and a dimension between the start and the end points of the line. |
Is cylindrical face interior or exterior? | This sample shows how to determine whether the selected cylindircal face is an exterior face or an interior (hollow) face. |