Interface ILspSnapperVisualComponent
public interface ILspSnapperVisualComponent
This interface facilitates visualizing a snapping operation. An
ILspSnapper may
return instances of this interface on performing a snapping operation.
Instances of ILspSnapperVisualComponent may return an ALspStyleTargetProvider
for any TLspSnapperGeometryType. For instance TLspPointToPointSnapper
provides visual components which offer a style target provider for TLspSnapperGeometryType.POINT
to provide visual feedback of possible point snap targets in the vicinity of the snappable.- Since:
- 2012.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns a style target provider for the givenTLspHandleGeometryType.
-
Method Details
-
retrieveStyleTargetProvider
Returns a style target provider for the givenTLspHandleGeometryType. May returnnullif no geometry present for the given type.- Parameters:
aType- the given snapper visual component type- Returns:
- a style target provider for the given
TLspSnapperGeometryType.
-