"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); |