|
RetrieverInfoInputPolyline Property
|
Gets or sets the geometry to project on the mesh group.
Namespace:
Karamba.Results.ShellSection
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic PolyLine3 InputPolyline { get; set; }
Public Property InputPolyline As PolyLine3
Get
Set
public:
property PolyLine3^ InputPolyline {
PolyLine3^ get ();
void set (PolyLine3^ value);
}
member InputPolyline : PolyLine3 with get, set
Property Value
Type:
PolyLine3
See Also