반응형 Feature Dimmension List1 How to get the dimensions of a feature by Creo Parametric VB API? Feature 별로 치수 값을 표시 하는 방법 - Get dimensions by feature IpfcFeature.ListSubItems()를 사용 합니다 Use IpfcFeature.ListSubItems() with EpfcModelItemType.EpfcITEM_DIMENSION as the input argument to get the dimensions of a feature. 실행 동영상 Source code Sub dim_name_value() Dim asynconn As New pfcls.CCpfcAsyncConnection Dim conn As pfcls.IpfcAsyncConnection Dim session As pfcls.IpfcBaseSession On Error GoTo Ru.. 2021. 3. 7. 이전 1 다음 반응형