Glyph Version 7.22.2 |
pw:: SegmentConicConic segment type Derives FromSummary
create
This action creates a new conic segment object. Parametersnone ReturnsThis action returns a new pw::SegmentConic object. getAlternatePointType
This action gets the type of the alternate point. Parametersnone ReturnsThis action returns a string with options < None | Shoulder | Intersect >. getShoulderPoint
This action gets the shoulder point of the conic. Parametersnone ReturnsThis action returns the shoulder point. InformationIf the shoulder point has not been set, or has been removed, this action will return the shoulder (point at u = 0.5) of the conic. setShoulderPoint
This action sets the shoulder point of the conic. Parameters
ReturnsThis action returns nothing. getIntersectPoint
This action gets the tangent intersection point of the conic. Parametersnone ReturnsThis action returns the intersection point. InformationIf the intersect point has not been set, or has been removed, this action will return the intersection of the end tangents. setIntersectPoint
This action sets the intersection point of the conic. Parameters
ReturnsThis action returns nothing. getRho
This actions gets the rho value of the conic. Parametersnone ReturnsThis action returns the float rho value of this conic, in one of the ranges [0.0, 0.5) = ellipse, 0.5 = parabola, (0.5, 1.0] = hyperbola. |
This action creates a new conic segment object.
pw::SegmentConic create
This action gets the type of the alternate point.
$segment getAlternatePointType
This action removes the alternate point of the conic.
$segment removeAlternatePoint
This action gets the shoulder point of the conic.
$segment getShoulderPoint
This action sets the shoulder point of the conic.
$segment setShoulderPoint point
This action gets the tangent intersection point of the conic.
$segment getIntersectPoint
This action sets the intersection point of the conic.
$segment setIntersectPoint point
This actions gets the rho value of the conic.
$segment getRho
This action sets the rho value of the conic.
$segment setRho rho