LineParallelToPlanarSurfaceConstraint.planarSurface Property
Parent Object:
LineParallelToPlanarSurfaceConstraintDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/LineParallelToPlanarSurfaceConstraint.h>
Description
Returns the planar BRepFace or ConstructionPlane the line is parallel to.
Syntax
"lineParallelToPlanarSurfaceConstraint_var" is a variable referencing a LineParallelToPlanarSurfaceConstraint object.
# Get the value of the property. propertyValue = lineParallelToPlanarSurfaceConstraint_var.planarSurface
|
"lineParallelToPlanarSurfaceConstraint_var" is a variable referencing a LineParallelToPlanarSurfaceConstraint object.
#include <Fusion/Sketch/LineParallelToPlanarSurfaceConstraint.h>
// Get the value of the property. Ptr<Base> propertyValue = lineParallelToPlanarSurfaceConstraint_var->planarSurface();
|
Property Value
This is a read only property whose value is a
Base.
Version
Introduced in version September 2023