All Frameworks Object Hierarchy This Framework Previous Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---Shape | +---DressUpShape | +---Fillet | +---EdgeFillet | +---VarRadEdgeFillet
o Property BitangencyType( | ) As CatFilletBitangencyType |
o Property EdgesToFillet( | ) As CATIAReferences (Read Only) |
Set edges = firstVarEdgeFillet.EdgesToFillet
o Property FilletSpine( | ) As CATIAReference |
o Property FilletVariation( | ) As CatFilletVariation |
mode = firstVarEdgeFillet.FilletVariation firstVarEdgeFillet.FilletVariation = CATLinearFilletVariation
o Property ImposedVertices( | ) As CATIAReferences (Read Only) |
Set vertices = firstVarEdgeFillet.ImposedVertices
o Sub AddEdgeToFillet( | CATIAReference | iEdge, |
double | iRadius) |
call firstVarEdgeFillet.AddEdgeToFillet(edge, 5.)
o Sub AddImposedVertex( | CATIAReference | iVertex, |
double | iRadius) |
call firstVarEdgeFillet.AddImposedVertex(vertex, 50.)
o Func ImposedVertexRadius( | CATIAReference | iImposedVertex) As CATIALength |
Set radius = firstVarEdgeFillet.ImposedVertexRadius(vertex)
o Sub WithdrawEdgeToFillet( | CATIAReference | iEdge) |
call firstVarEdgeFillet.WithdrawEdgeToFillet(edge)
o Sub WithdrawImposedVertex( | CATIAReference | iVertex) |
call firstVarEdgeFillet.WithdrawImposedVertex(vertex)
Copyright © 2003, Dassault Systèmes. All rights reserved.