Class: Geometry::Polyline

Inherits:
Object
  • Object
show all
Defined in:
lib/engineering.rb

Class Method Summary collapse

Class Method Details

.build(&block) ⇒ Polyline

Build a Geometry::Polyline instance using the Sketch DSL

Returns:



66
67
68
# File 'lib/engineering.rb', line 66

def self.build(&block)
		Sketch::Builder::Polyline.new.evaluate(&block)
end