Overview
/
KCL Standard Library
/
Functions
/
profileStart

profileStartFunction in std::sketch

Extract the provided 2-dimensional sketch's profile origin as an array containing its X and Y values.

Arguments

NameTypeDescriptionRequired
profileSketchProfile whose start is being used.Yes

Returns

Point2d - A point in two dimensional space.

Examples