Component: Bezel Radiused (Misc)

From Flowcode Help
Jump to navigationJump to search
Author Matrix Ltd
Version 1.2
Category Misc


Bezel Radiused component

A purely cosmetic component for creating smoothly radiused bezel or frame to fit around other components, or to define the edges of panel sections.

Component Source Code

Please click here to download the component source project: FC_Comp_Source_Bezel_Radiused.fcfx

Please click here to view the component source code (Beta): FC_Comp_Source_Bezel_Radiused.fcfx

Detailed description

No detailed description exists yet for this component

Examples

No additional examples







Macro reference

FitInsideBase

Fc9-comp-macro.png FitInsideBase
Resize and move the bezel so that it fits a given target object. The bezel is fitted within the 'base' of the target - i.e. the face of the object's bounding box with the lowest Z-value. 
Fc9-h32-icon.png - HANDLE Target
The object to fit the bezel around 
Fc9-void-icon.png - VOID Return


FitOutsideBase

Fc9-comp-macro.png FitOutsideBase
Resize and move the bezel so that it fits around a given target object. The bezel is fitted around the 'base' of the target - i.e. the face of the object's bounding box with the lowest Z-value. 
Fc9-h32-icon.png - HANDLE Target
The object to fit the bezel around 
Fc9-void-icon.png - VOID Return


GetFillPosition

Fc9-comp-macro.png GetFillPosition
Returns the dimensions and position of a plane area that will fill the frame at its base. The returned position handle could be use, for example, to fit a text box or image within the frame. 
Fc9-h32-icon.png - HANDLE Return


GetLidPosition

Fc9-comp-macro.png GetLidPosition
Get the position for a plane that will fill the top of the bezel at the highest point of the curve. 
Fc9-h32-icon.png - HANDLE Return


SetColor

Fc9-comp-macro.png SetColor
A quick way changing the border color without re-calculating the geometry. NB) Does not change the start-up color set using the Properties pane. 
Fc9-u8-icon.png - BYTE Red
Amount of red in the color. (0...255) 
Fc9-u8-icon.png - BYTE Green
Amount of green in the color. (0...255) 
Fc9-u8-icon.png - BYTE Blue
Amount of blue in the color. (0...255) 
Fc9-void-icon.png - VOID Return


Property reference

Fc9-prop-icon.png Properties
Fc9-conn-icon.png Appearance
Fc9-type-15-icon.png Thickness
Sets the thickness of the bezel - radius and depth will change proportionally. 
Fc9-type-15-icon.png Margin
This property is used when fitting the bezel to another object using the 'Quick Resize' properties or 'Fit' macros. It sets the distance between the bezel and the fitted object.  
Fc9-type-2-icon.png Color
Color of the bezel. 
Fc9-conn-icon.png Quick Resize
Fc9-type-17-icon.png Fit Outside
Select an object from this drop down to fit the bezel around the outside of the object's base. Note that this is a 'momentary operation', the bezel will not follow subsequent changes to the target object. 
Fc9-type-17-icon.png Fit Inside
Select an object from this drop down to fit the bezel withinf the object's base. Note that this is a 'momentary operation', the bezel will not follow subsequent changes to the target object.