|
Mesh3SetVertex Method (Int32, Point3)
|
set vertex using index and coordinates.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic bool SetVertex(
int index,
Point3 p
)
Public Function SetVertex (
index As Integer,
p As Point3
) As Boolean
public:
virtual bool SetVertex(
int index,
Point3 p
) sealed
abstract SetVertex :
index : int *
p : Point3 -> bool
override SetVertex :
index : int *
p : Point3 -> bool
Parameters
- index
- Type: SystemInt32
index of vertex to be set. - p
- Type: Karamba.GeometryPoint3
position of new node>.
Return Value
Type:
Booleantrue if successful.
Implements
IMeshSetVertex(Int32, Point3)
See Also