| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| SplineDescriptor | GetCenterProfile
()
Get method for attribute "CenterProfile" The geometry of the curve running along the centers of the fillet arcs |
| SplineDescriptor | GetTangentProfile
()
Get method for attribute "TangentProfile" The geometry of the unit tangents to the axis of the filler arcs |
| SplineDescriptor | GetU0Profile
()
Get method for attribute "U0Profile" The geometry of the curve running along the u=0 boundary |
| void | SetCenterProfile
(SplineDescriptor value)
Set method for attribute "CenterProfile" The geometry of the curve running along the centers of the fillet arcs |
| void | SetTangentProfile
(SplineDescriptor value)
Set method for attribute "TangentProfile" The geometry of the unit tangents to the axis of the filler arcs |
| void | SetU0Profile
(SplineDescriptor value)
Set method for attribute "U0Profile" The geometry of the curve running along the u=0 boundary |
| Methods Inherited from Interface com.ptc.pfc.pfcGeometry.SurfaceDescriptor |
|---|
| GetSurfaceType, GetExtents, SetExtents, GetOrientation, SetOrientation |
| Method Detail |
|---|
| GetU0Profile/SetU0Profile |
|---|
| SplineDescriptor | GetU0Profile | () |
| void | SetU0Profile | (SplineDescriptor value) |
| The geometry of the curve running along the u=0 boundary |
| GetCenterProfile/SetCenterProfile |
|---|
| SplineDescriptor | GetCenterProfile | () |
| void | SetCenterProfile | (SplineDescriptor value) |
| The geometry of the curve running along the centers of the fillet arcs |
| GetTangentProfile/SetTangentProfile |
|---|
| SplineDescriptor | GetTangentProfile | () |
| void | SetTangentProfile | (SplineDescriptor value) |
| The geometry of the unit tangents to the axis of the filler arcs |