Interface IPerimeterLinkGroup
A transverse reinforcement group defined by a list of IPathSegment<TPoint>.
Namespace: Oasys.AdSec.Reinforcement.Groups
Assembly: AdSec_API_IDL.dll
Syntax
public interface IPerimeterLinkGroup : ITransverseGroup, IGroup
Properties
LinkPath
The path along which the perimeter link reinforcement group is created.
Declaration
IPath<IPoint> LinkPath { get; }
Property Value
Type | Description |
---|---|
IPath<IPoint> |