Skip to content
Flying Animal

Blog Connecting Engineering & Programming

Transform Points Shared Coordinates to Original Coordinates

A transform is a mathematical operation that changes the position, orientation, or size of an object. In 3D graphics, a transform point3d is an operation that changes the position of a point in 3D space.

Transform Points From WCS To UCS

Transforming points between the World Coordinate System (WCS) and the User Coordinate System (UCS) is a common operation in AutoCAD programming, especially when working with 3D models or complex drawings. In this post, we will explain how to perform this transformation using the AutoCAD API.

Dijkstra Algorithm vs. Bellman-Ford Algorithm

When it comes to finding the shortest path between two points in a graph, there are several algorithms available. Two of the most commonly used algorithms are Dijkstra's algorithm and Bellman-Ford algorithm. Both algorithms aim to find the shortest path in a graph, but they differ in their approach and application. In this article, we will explore the key differences between these two algorithms.

How To Learn IFC Efficiently

Recently, I have noticed an increase in people seeking advice on how to learn IFC. This article aims to provide helpful steps and resources to enable you to learn IFC efficiently. Let's begin!

Simplified Explanation of Vector.AngleAboutAxis

In Dynamo, Vector.AngleAboutAxis is a mathematical function that calculates the angle between two vectors, vector1 and vector2, around a given axis axis.

OpenMEP Package Published

OpenMEP is a package for the Dynamo visual programming environment that provides a set of nodes for MEP engineers to perform common tasks in Revit.