Glyph Version 7.22.2 |
pw:: SegmentSplinePoint interpolating spline connector segment type Derives FromSummary
create
This action creates a new connector spline segment object. Parametersnone ReturnsThis action returns a new pw::SegmentSpline object. ProjectToCommon
This attribute controls whether the segment should be automatically projected to a database entity if all of the control points are constrained to the same database entity. TypeA boolean where true indicates that the segment should be projected to a common pw::DatabaseEntity. DefaultThe default for this attribute is false. getCommonEntity
This action gets the entity that is common to all control points. Parametersnone ReturnsThis action returns a pw::DatabaseEntity object. An error is raised if there is no common entity. getSlope
This action gets the method for calculating the slope vector of all control points. Parametersnone ReturnsThe action returns the string type of slope calculation with options < Linear | Akima | CatmullRom | Free >. setSlope
This action sets the method for calculating the slope vector of all control points. Parameters
ReturnsThis action returns nothing. InformationSetting the slope to type Free, converts all slopes to Free using the current actual slope vector as the explicit slope vectors setSlopeIn
This action sets the incoming slope vector of the given control point. Parameters
ReturnsThis action returns nothing. InformationIf this action is called on a segment whose slope type is not Free, it will first be converted to a Free slope segment. setSlopeOut
This action sets the outgoing slope vector of the given control point. Parameters
ReturnsThis action returns nothing. InformationIf this is called on a segment whose slope type is not Free, it will first be converted to a Free slope segment |
This action creates a new connector spline segment object.
pw::SegmentSpline create
This attribute controls whether the segment should be automatically projected to a database entity if all of the control points are constrained to the same database entity.
$segment get/setProjectToCommon project
This action gets the entity that is common to all control points.
$segment getCommonEntity
This action gets the method for calculating the slope vector of all control points.
$segment getSlope
This action sets the method for calculating the slope vector of all control points.
$segment setSlope type
This action gets the incoming slope vector of the given control point.
$segment getSlopeIn index
This action sets the incoming slope vector of the given control point.
$segment setSlopeIn ?-continuous? index xyz
This action gets the outgoing slope vector of the given control point.
$segment getSlopeOut index
This action sets the outgoing slope vector of the given control point.
$segment setSlopeOut ?-continuous? index xyz
This action modifies the control points of this segment by smoothing.
$segment smoothPoints