Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public void SetFrom(
Point2dCollection points,
Vector3d normal
)
Public Sub SetFrom (
points As Point2dCollection,
normal As Vector3d
)
public:
void SetFrom(
Point2dCollection^ points,
Vector3d normal
)
member SetFrom :
points : Point2dCollection *
normal : Vector3d -> unit
Parameters
- points Point2dCollection
-
- normal Vector3d
-
See Also