Glyph Version 3.18.4 |
pw:: SegmentConicConic segment type Derives FromSummary
create
This action creates a new conic segment object. Parametersnone ReturnsThis action returns a new pw::SegmentConic object. 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 |
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