InfiniteLineKey

class HPS.InfiniteLineKey : public HPS.GeometryKey

Public Functions

void Consume (HPS.InfiniteLineKit in_kit)
override void Dispose ()
InfiniteLineKey ()
InfiniteLineKey (HPS.InfiniteLineKey in_that)
InfiniteLineKey (HPS.Key in_that)
override HPS.Type ObjectType ()
void Set (HPS.InfiniteLineKit in_kit)
HPS.InfiniteLineKey SetFirst (HPS.Point in_first)
HPS.InfiniteLineKey SetSecond (HPS.Point in_second)
HPS.InfiniteLineKey SetType (HPS.InfiniteLine.Type in_type)
void Show (out HPS.InfiniteLineKit out_kit)
bool ShowFirst (out HPS.Point out_first)
bool ShowSecond (out HPS.Point out_second)
bool ShowType (out HPS.InfiniteLine.Type out_type)