| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ WSurface | GetNextSurface
()
Returns the next surface in the surface list (or NULL, if there is no next surface). If the model geometry has changed, the next surface must be obtained again. |
| SurfacePeriodicity | GetPeriodicity
()
|
| Tessellation | GetTessellation
(SurfaceTessellationInput Input)
Calculates the tessellation of a given surface |
| 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 |
| Methods Inherited from Interface com.ptc.wfc.wfcLayerState.LayerItem |
|---|
| IsLayerItemVisible, RemoveNoUpdate, GetLayers, AddNoUpdate |
| Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WParameterOwner |
|---|
| ExportParameterTable, ApplyParameterTableset, MathcadParametersSet, MathcadInputParametersGet |
| Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WRelationOwner |
|---|
| GetRelationConstraints, UnitsUsed, UseUnits, EvaluateExpressionWithUnits |
| Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WModelItem |
|---|
| DeleteUserDefinedName, Unhide, Hide, IsHidden, IsNameReadOnly, IsZoneFeature, GetDefaultName |
| Method Detail |
|---|
| GetNextSurface |
|---|
| /*optional*/ WSurface | GetNextSurface | () |
Returns the next surface in the surface list (or NULL, if there is no next surface).
If the model geometry has changed, the next surface must be obtained again.
|
| GetTessellation |
|---|
| Tessellation | GetTessellation | (SurfaceTessellationInput Input) |
| Calculates the tessellation of a given surface Exceptions thrown (but not limited to): XToolkitOutOfMemory - Creo Parametric could not allocate memory for the output.
XToolkitIncompleteTessellation - The tessellation was incomplete.
|
| GetPeriodicity |
|---|
| SurfacePeriodicity | GetPeriodicity | () |
|