| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| EdgeEvalData | EvalUV
(double Parameter)
Evaluates the edge at a particular t-parameter location in terms of the UV coordinates of the edge. |
| int | GetDirection
(Surface Surf)
Gets the edge direction in the specified surface. |
| /*optional*/ Edge | GetEdge1
()
Get method for attribute "Edge1" The next edge in the contour |
| /*optional*/ Edge | GetEdge2
()
Get method for attribute "Edge2" The next edge in the other contour |
| /*optional*/ Surface | GetSurface1
()
Get method for attribute "Surface1" The first adjacent surface |
| /*optional*/ Surface | GetSurface2
()
Get method for attribute "Surface2" The second adjacent surface |
| Methods Inherited from Interface com.ptc.pfc.pfcGeometry.GeomCurve |
|---|
| GetIsVisible, GetFeature, Eval3DData, EvalFromLength, EvalParameter, EvalLength, EvalLengthBetween, GetCurveDescriptor, GetNURBSRepresentation |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Child |
|---|
| GetDBParent, GetOId |
| Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource |
|---|
| AddActionListener, RemoveActionListener, AddActionListenerWithType |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner |
|---|
| DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent |
|---|
| GetChild |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner |
|---|
| GetParam, CreateParam, ListParams, SelectParam, CreateParamWithUnits, SelectParameters |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem |
|---|
| GetName, SetName, GetId, GetType |
| Method Detail |
|---|
| GetSurface1 |
|---|
| /*optional*/ Surface | GetSurface1 | () |
The first adjacent surface
|
| GetSurface2 |
|---|
| /*optional*/ Surface | GetSurface2 | () |
The second adjacent surface
|
| GetEdge1 |
|---|
| /*optional*/ Edge | GetEdge1 | () |
The next edge in the contour
|
| GetEdge2 |
|---|
| /*optional*/ Edge | GetEdge2 | () |
The next edge in the other contour
|
| EvalUV |
|---|
| EdgeEvalData | EvalUV | (double Parameter) |
Evaluates the edge at a particular t-parameter location in terms of the UV coordinates of the edge.
|
| GetDirection |
|---|
| int | GetDirection | (Surface Surf) |
Gets the edge direction in the specified surface.
|