SketchControlPointSpline.isControlFrameDisplayed Property
Parent Object: SketchControlPointSplineDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchControlPointSpline.h>
Description
Gets and sets if the control frame of the curve is currently displayed. Using this property is useful to be able to determine if the controlPoints and controlFrameLines properties will return useful information or not and if the addControlPoint method will succeed or not.
Remarks
There are cases where Fusion creates a control point spline but does not display the control frame. An example is when you create an offset of a spline.If the value of the property is false, you can set it to true to cause the control frame to be displayed. If the curve is being controlled by any existing constraints, setting this property to true will fail. For example, if the curve is the result of an offset and the offset constraint still exists, you cannot turn on the control frame. However, if you first delete the constrains so the curve is now independent you can set this property to true and display the control frame.
Setting this property to false will always fail. Turning off the display of the control frame is not supported by Fusion.
Syntax
"sketchControlPointSpline_var" is a variable referencing a SketchControlPointSpline object.
|