IBinaryLinkGeometryData Interface

Definition

Defines the interface of the binary link geometry's container. A binary link is characterized by its edge points.

public interface class IBinaryLinkGeometryData
public interface IBinaryLinkGeometryData
type IBinaryLinkGeometryData = interface
Public Interface IBinaryLinkGeometryData
Derived

Properties

GeometryCanManuallyRoute

Gets whether or not this BinaryLinkShape can be manually routed.

GeometryDecoratorFrom

Gets the LinkDecorator at the "from" end of the link.

GeometryDecoratorFromSize

Gets the LinkDecorator size at the "from" end of the link.

GeometryDecoratorTo

Gets the LinkDecorator at the "to" end of the link.

GeometryDecoratorToSize

Gets the LinkDecorator size at the "to" end of the link.

GeometryEdgePoints

Gets the edge points in world units

GeometryEdgePointsNoJumps

Gets the edge points in world units with no jumps

Applies to