SketchDistanceBetweenPointAndSurfaceDimension.surface Property

Parent Object: SketchDistanceBetweenPointAndSurfaceDimension
Defined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchDistanceBetweenPointAndSurfaceDimension.h>

Description

The BRepFace or ConstructionPlane to which the dimension is anchored. Planar, cylindrical, spherical and conical faces are supported.

Syntax

"sketchDistanceBetweenPointAndSurfaceDimension_var" is a variable referencing a SketchDistanceBetweenPointAndSurfaceDimension object.

# Get the value of the property.
propertyValue = sketchDistanceBetweenPointAndSurfaceDimension_var.surface
"sketchDistanceBetweenPointAndSurfaceDimension_var" is a variable referencing a SketchDistanceBetweenPointAndSurfaceDimension object.
#include <Fusion/Sketch/SketchDistanceBetweenPointAndSurfaceDimension.h>

// Get the value of the property.
Ptr<Base> propertyValue = sketchDistanceBetweenPointAndSurfaceDimension_var->surface();

Property Value

This is a read only property whose value is a Base.

Version

Introduced in version September 2023