Using FeatureCAM.FMHole to setting the diameter and Depth
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
I am writting an exe file to get the all hole features, and change it's diameter and depth if there are not my want.
the code i wrote:
Dim docHole As FeatureCAM.FMHole = docFeatrue
If Not (docHole.Diameter = feature.Diameter) Then
docHole.SetAttribute( attr_id, sub_id, feature.Diameter)
End If
here is the enumerate attr_id and sub_id.
can somebody give me help, and write an example for me?
