The Line design offers a way to make a line segment in your model. The Line can be found in the Project window under
BaseLibrary/Designs/Geometry.
Parameter Rules
p0: | The first point on the line. |
Example: | return p(0,0,0); |
p1: | The second point on the line. |
Example: | return p(2,0,0); |
Mixins
ArcRenderMixin
BaseAssembly
RULE NAME |
TYPE |
DEFAULTS |
CATEGORY |
FLAGS |
---|---|---|---|---|
p0 |
point |
p(0,0,0) |
Inputs |
Cached |
p1 |
point |
p(1,0,0) |
Inputs |
Cached |
Project Example:
In your kBridge Examples Projects folder, open the project called ‘Geometry Examples’.
Reference Location:
'world.geometry_examples.arc_line.line_bottom'
Link: https://knowledgebridge.engineer/projects
Open the Geometry Examples project.
If you look at the Geometry Examples design you will see multiple Line designs used. In the example below there is a Line_Bottom, Line_Left, Line_Right, and a Line_Top.
Together with the Arc designs they make up an cellPhone type shape.
If you are making our own Title Block you can use the Line design, LineSegments design, or use multiple Rectangles.