-
Notifications
You must be signed in to change notification settings - Fork 8
Object Nodes
Table of Contents generated with DocToc
Add an object to a group.
Move a FreeCAD object by given coordinates. You have to plug numbers to the connectors.
Move a FreeCAD object by a vector. You have to plug a Dynamovector to the Vector receptor!
Deletes an object from the FreeCAD document.
Rotate a FreeCAD object. Center coordinates are the origin of the rotation, axis is the main axis you are rotating around, degree is the degree you want to rotate the element.
Rotate a FreeCAD object around a Dynamo Point and a Dynamo vector. See MoveRotatePartCubes.dyn in Examples folder for real life usage!
The point is relative to the element you are rotating! So if you rotate around a point which is at (0,0,0) it will rotate the element around its origin!
Sets a property of a FreeCAD object. Check available properties with the Object.Get.GetPropertyValueByName or with Object.Get.Properties nodes.
Gets the FreeCAD document of the object.
Gets the value of a property of an object,
Gets the numberical ID of an object
Gets the Label of an object
Gets the immutable name property of an object.
Gets the placement of an object. The base, rotation and matrix outputs are the same as the placement output, but separated for easier management.
List all properties and property values of a FreeCAD object. Ouputs a dictionary, where the keys are the proprty names, values are the property values.