EKL Managing Surface Orientation When we create geometry or consume geometry from another part, we have no idea what the Surface Normal orientation is, but who cares? If it’s our…Continue readingEKL Managing Surface Orientation
EKL New Keyword I wanted to show you how you could navigate the CAD Part Structure to create a New Geometrical Set and then add a New Point into the…Continue readingEKL New Keyword
CAD Feature Parameters Many parametric CAD systems have the capability to allow the user to create and manage their own parameters. Which can then be used to drive the CAD…Continue readingCAD Feature Parameters
C# Abstract Vs Interface Vs Class An abstract class allows you to create functionality that subclasses can implement or override. An interface only allows you to define functionality, not implement…Continue readingC# Abstract Vs Interface Vs Class
C# PointBetween In this section were going to finish the PointBetween class and create Unit Tests for it. Let’ start of by defining a new Interface and Class for PointBetween.…Continue readingC# PointBetween
C# PointByCoordinates In this section were going to finish the PointByCoordinates class and create Unit Tests for it. Let’ start of with some changes to the Abstract Classes, Base Classes,…Continue readingC# PointByCoordinates