Solid Edge FrameworkSupport Type Library
GetCharStrokedCurveData Method
Description
Returns stroked curve data of the curve at the given index of the character at the given index.
Syntax
Visual Basic
Public Sub GetCharStrokedCurveData( _
   ByRef CharIndex As Integer, _
   ByRef CurveIndex As Integer, _
   Optional ByRef NumNodes As Long = 0, _
   Optional ByRef Nodes As Variant, _
   Optional ByRef NumPoles As Long = 0, _
   Optional ByRef Poles As Variant, _
   Optional ByRef Knots As Variant, _
   Optional ByRef Rational As Variant, _
   Optional ByRef Weights As Variant, _
   Optional ByRef Degree As Long = 0, _
   Optional ByRef Form As Geom2dFormConstants = igGeom2dFormUnknown, _
   Optional ByRef Scope As Geom2dScopeConstants = igGeom2dScopeUnknown _
) 
Parameters
CharIndex
CurveIndex
NumNodes
Nodes
NumPoles
Poles
Knots
Rational
Weights
Degree
Form
ValueDescription
igGeom2dFormClosedForm Closed
igGeom2dFormClosedPeriodicForm Closed Periodic
igGeom2dFormClosedWithCurvatureForm Closed With Curvature
igGeom2dFormClosedWithTangentsForm Closed With Tangents
igGeom2dFormClosedWithTorsionForm Closed With Torsion
igGeom2dFormOpenForm Open
igGeom2dFormUnknownForm Unknown
Scope
ValueDescription
igGeom2dScopeColinearScope Colinear
igGeom2dScopeDegenerateScope Degenerate
igGeom2dScopeNonplanerScope Nonplaner
igGeom2dScopePlanerScope Planer
igGeom2dScopeUnknownScope Unknown
See Also

TextProfile Object  | TextProfile Members