Table of Contents

Interface IFlat3d

Namespace
Hi.Geom
Assembly
HiGeom.dll

Interface for a 3D flat surface that provides location and normal vector.

public interface IFlat3d
Extension Methods

Methods

GetLocate()

Gets an anchor point on this flat surface.

Vec3d GetLocate()

Returns

Vec3d

A point on the flat surface

GetNormal()

Gets the normal vector of the flat surface.

Vec3d GetNormal()

Returns

Vec3d

The unit normal vector