Class: Layout::ConnectionPoint
Relationships | |
Inherits: | Object |
Overview
This is the interface to a LayOut Connection Point. A ConnectionPoint
defines a target point to which a Label
or LinearDimension
can connect.
Class Method Summary
-
.new(entity, point, aperture = 0.0001) ⇒ Layout::ConnectionPoint
constructor
The
#initialize
method creates a newConnectionPoint
.
Constructor Details
.new(entity, point, aperture = 0.0001) ⇒ ConnectionPoint
.new(model, point3d, pid = nil) ⇒ ConnectionPoint
ConnectionPoint
.new(model, point3d, pid = nil) ⇒ ConnectionPoint
The #initialize
method creates a new ConnectionPoint
.