public interface IsMarkable
Modifier and Type | Method and Description |
---|---|
boolean |
addMarker(Marker mkr)
Adds the marker to the component (or potentially somewhere within the component hierarchy)
|
boolean |
canAddMarker(Marker mkr)
Checks whether or not the marker can be added to the component (or potentially somewhere within the component hierarchy),
without actually adding it.
|
Marker |
createMarker(Line ray)
Creates a marker along a ray of intersection
|
Marker |
createMarker(Point3d pnt)
Creates a marker at a specific location
|
Marker createMarker(Line ray)
ray
- ray to intersect withMarker createMarker(Point3d pnt)
pnt
- world location for markerboolean addMarker(Marker mkr)
mkr
- marker to addboolean canAddMarker(Marker mkr)
mkr
- marker to addaddMarker(Marker)