Thanks to visit codestin.com
Credit goes to github.com

Skip to content

weianweigan/DuInventorExension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DuInventorExension

Some Extension methods for AutoDesk Inventor

Usage

  • Clone this repos

  • Import Namespace to you *.vb

Imports Du.InventorExtension
Imports Inventor
  • Use Extension Methods for Inventor api
' 判断点在视图左边还是右边,返回左中心点或者右中心点
Dim basePoint As Point2d = Nothing
basePoint = View.GetLeftOrRightPoint(centerPoint, direc)

Examples of using it

About

Some Extension methods for AutoDesk Inventor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published