Triangle3d.WithA Method

Triangle3dWithA Method

Replace the A corner.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Triangle3d WithA(
	Point3d a
)
Public Function WithA ( 
	a As Point3d
) As Triangle3d

Parameters

a
Type: Rhino.GeometryPoint3d

[Missing <param name="a"/> documentation for "M:Rhino.Geometry.Triangle3d.WithA(Rhino.Geometry.Point3d)"]

Return Value

Type: Triangle3d

[Missing <returns> documentation for "M:Rhino.Geometry.Triangle3d.WithA(Rhino.Geometry.Point3d)"]

See Also