 | SegmentLocation(IHasTrimmedCurve, Point) Constructor |
Create a new SegmentLocation from a projected point
Namespace: ema3d.Api.V25.CablingAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic SegmentLocation(
IHasTrimmedCurve segment,
Point point
)
Public Sub New (
segment As IHasTrimmedCurve,
point As Point
)
public:
SegmentLocation(
IHasTrimmedCurve^ segment,
Point point
)
new :
segment : IHasTrimmedCurve *
point : Point -> SegmentLocation
Parameters
- segment IHasTrimmedCurve
- point Point
See Also