M_Rhino_Geometry_Unroller_AddFollowingGeometry_3 - mcneel/rhinocommon-api-docs GitHub Wiki
Adds a text dot that should be unrolled along with the surface/brep.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public void AddFollowingGeometry(
Point3d dotLocation,
string dotText
)
VB
Public Sub AddFollowingGeometry (
dotLocation As Point3d,
dotText As String
)
- dotLocation
- Type: Rhino.Geometry.Point3d
A dot point. - dotText
- Type: System.String
A dot text.
Supported in: 6.0.16224.21491, 5D58w
Unroller Class
AddFollowingGeometry Overload
Rhino.Geometry Namespace