AugmentedPolylineCurve3dSetVectorAt Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public void SetVectorAt(
int index,
Vector3d point
)
Public Sub SetVectorAt (
index As Integer,
point As Vector3d
)
public:
void SetVectorAt(
int index,
Vector3d point
)
member SetVectorAt :
index : int *
point : Vector3d -> unit
Parameters
- index Int32
-
- point Vector3d
-
See Also