"sketchDistanceBetweenLineAndPlanarSurfaceDimension_var" is a variable referencing a SketchDistanceBetweenLineAndPlanarSurfaceDimension object.
#include <Fusion/Sketch/SketchDistanceBetweenLineAndPlanarSurfaceDimension.h>
// Get the value of the property. Ptr<Point3D> propertyValue = sketchDistanceBetweenLineAndPlanarSurfaceDimension_var->textPosition();
// Set the value of the property, where value_var is a Point3D. bool returnValue = sketchDistanceBetweenLineAndPlanarSurfaceDimension_var->textPosition(value_var);
|