Library | Package Java Toolkit

Interface WEdge

package com.ptc.wfc.wfcGeometry;

public interface WEdge
  extends com.ptc.pfc.pfcGeometry.Edge,
          com.ptc.wfc.wfcLayerState.LayerItem,
          com.ptc.wfc.wfcModelItem.WModelItem



Description

This represents the edge.



Method Summary
EdgeTessellationGetEdgeTessellation ()
     Retrieves the edge tessellation for the specified edge.
EntityTypeGetEdgeType ()
     Gets the edge type
/*optional*/ EdgeVertexDataGetEdgeVertexData (EdgeEndType EndType)
    Provides edge vertex data.

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

Methods Inherited from Interface com.ptc.pfc.pfcGeometry.Edge
GetSurface1, GetSurface2, GetEdge1, GetEdge2, EvalUV, GetDirection

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

GetEdgeType

EntityTypeGetEdgeType ()


     Gets the edge type
Manual References:
Geometry Evaluation: Solid Edge Geometry, Geometry Evaluation: Solid Edge Geometry
Returns:
 


GetEdgeTessellation

EdgeTessellationGetEdgeTessellation ()


     Retrieves the edge tessellation for the specified edge.
Manual References:
Geometry Evaluation: Curve and Edge Tessellation
Returns:
 


GetEdgeVertexData

/*optional*/ EdgeVertexDataGetEdgeVertexData (EdgeEndType EndType)


    Provides edge vertex data.

Exceptions thrown (but not limited to):

XToolkitInvalidType - The edge is not in visible geometry.


Manual References:
Geometry Evaluation: Solid Edge Geometry
Parameters:
EndType
Specify the end
Returns:
Finds the neighbors of the edge at the specified end.