ConstructionPlaneOffsetThroughPointDefinition.redefine Method
Parent Object:
ConstructionPlaneOffsetThroughPointDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/Construction/ConstructionPlaneOffsetThroughPointDefinition.h>
Description
Redefines the input geometry of the construction plane.
Syntax
"constructionPlaneOffsetThroughPointDefinition_var" is a variable referencing a ConstructionPlaneOffsetThroughPointDefinition object.returnValue = constructionPlaneOffsetThroughPointDefinition_var.redefine(planarEntity, point)
|
"constructionPlaneOffsetThroughPointDefinition_var" is a variable referencing a ConstructionPlaneOffsetThroughPointDefinition object.
#include <Fusion/Construction/ConstructionPlaneOffsetThroughPointDefinition.h>
returnValue = constructionPlaneOffsetThroughPointDefinition_var->redefine(planarEntity, point);
|
Return Value
boolean |
Returns true is the operation is successful |
Parameters
planarEntity |
Base |
A planar BRepFace or ConstructionPlane that the new construction plane will be offset from. |
point |
Base |
A BRepVertex, SketchPoint, or ConstructionPoint that defines the offset distance. |
Version
Introduced in version January 2025