-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdditivePlatformMachineElement.htm
More file actions
145 lines (143 loc) · 7.86 KB
/
AdditivePlatformMachineElement.htm
File metadata and controls
145 lines (143 loc) · 7.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="topic-type" content="reference-adsk">
<meta name="helpsystempath" content="/view/NINVFUS/ENU/">
<link rel="canonical" href="/cloudhelp/ENU/Fusion-360-API/files/AdditivePlatformMachineElement.htm#!">
<meta name="product" content="NINVFUS">
<meta name="release" content="NA">
<meta name="book" content="Developer">
<meta name="component" content="Fusion-360-API">
<meta name="created" content="26/06/2023">
<meta name="user-comments" content="enable">
<meta name="contextid" content="AdditivePlatformMachineElement">
<meta name="description" content="AdditivePlatformMachineElement Object">
<meta name="topicid" content="GUID-241808AE-287B-4E34-BE25-D9A5946E6A80">
<meta name="language" content="ENU">
<meta name="experiencelevel" content="expert">
<meta name="audience" content="programmer">
<title>AdditivePlatformMachineElement Object
</title>
<link rel="stylesheet" type="text/css" href="../Style/APIHelp-chm.css">
<link rel="stylesheet" type="text/css" href="/view/clientframework/client.css"><script type="text/javascript" src="/view/clientframework/client.js"></script><script>
// This turns on the display of the copyright notice which is not visible by default.
// Because the head is removed when used in the web help, this function will only exists
// when the chm help is being created.
window.onload = function() {
copyrightElement = document.getElementById('CopyrightNotice');
copyrightElement.style.display = 'block';
};
</script></head>
<body>
<link rel="stylesheet" type="text/css" href="../Style/APIHelp.css">
<h1 class="api">AdditivePlatformMachineElement Object
</h1>
Derived from: <a href="MachineElement.htm">MachineElement</a> Object
<br>Defined in namespace "adsk::cam" and the header file is <Cam/Machine/AdditivePlatformMachineElement.h><h2 class="api">
Description
</h2>Machine element representing the additive platform settings.<h2 class="api">
Methods
</h2>
<Table class="api-list">
<tr class="header">
<td class="api-list" style="width:1%;">
Name
</td>
<td class="api-list">
Description
</td>
</tr>
<tr>
<td class="api-list"><a href="AdditivePlatformMachineElement_classType.htm">classType</a></td>
<td class="api-list">Static function that all classes support that returns the type of the class as a string. The returned string matches the string returned by the objectType property. For example if you have a reference to an object and you want to check if it's a SketchLine you can use myObject.objectType == fusion.SketchLine.classType().</td>
</tr>
<tr>
<td class="api-list"><a href="AdditivePlatformMachineElement_staticTypeId.htm">staticTypeId</a></td>
<td class="api-list">Identifying name for all elements of this type. Pass this to the itemByType or itemById methods of MachineElements to filter to elements of this type.</td>
</tr>
</Table>
<h2 class="api">
Properties
</h2>
<Table class="api-list">
<tr class="header">
<td class="api-list" style="width:1%;">
Name
</td>
<td class="api-list">
Description
</td>
</tr>
<tr>
<td class="api-list"><a href="AdditivePlatformMachineElement_ceilingClearance.htm">ceilingClearance</a></td>
<td class="api-list">Clearance height used for automatically arranging parts which is the distance from the top of the build platform. Units are cm.</td>
</tr>
<tr>
<td class="api-list"><a href="AdditivePlatformMachineElement_clearance.htm">clearance</a></td>
<td class="api-list">Clearance height used for automatically arranging parts and suggested height for positioning part on the build platform. Units are cm.</td>
</tr>
<tr>
<td class="api-list"><a href="AdditivePlatformMachineElement_elementId.htm">elementId</a></td>
<td class="api-list">Identifier for this element. Unique within an element type.</td>
</tr>
<tr>
<td class="api-list"><a href="AdditivePlatformMachineElement_frameWidth.htm">frameWidth</a></td>
<td class="api-list">Clearance width used for automatically arranging parts which is the distance from the edges of the build platform. Units are cm.</td>
</tr>
<tr>
<td class="api-list"><a href="AdditivePlatformMachineElement_isValid.htm">isValid</a></td>
<td class="api-list">Indicates if this object is still valid, i.e. hasn't been deleted or some other action done to invalidate the reference.</td>
</tr>
<tr>
<td class="api-list"><a href="AdditivePlatformMachineElement_objectType.htm">objectType</a></td>
<td class="api-list">This property is supported by all objects in the API and returns a string that contains the full name (namespace::objecttype) describing the type of the object.<br/><br/> It's often useful to use this in combination with the classType method to see if an object is a certain type. For example: if obj.objectType == adsk.core.Point3D.classType():</td>
</tr>
<tr>
<td class="api-list"><a href="AdditivePlatformMachineElement_origin.htm">origin</a></td>
<td class="api-list">Origin point specifying the platform coordinates that correspond to the origin of the platform mesh. Units are cm.</td>
</tr>
<tr>
<td class="api-list"><a href="AdditivePlatformMachineElement_size.htm">size</a></td>
<td class="api-list">Usable platform size. Units are cm.</td>
</tr>
<tr>
<td class="api-list"><a href="AdditivePlatformMachineElement_typeId.htm">typeId</a></td>
<td class="api-list">Identifier for this type of machine element.</td>
</tr>
</Table>
<h2 class="api">
Samples
</h2>
<Table class="api-list">
<tr class="header">
<td class="api-list">
Name
</td>
<td class="api-list">
Description
</td>
</tr>
<tr>
<td class="api-list"><a href="AdditiveMJFManufacturingSample_Sample.htm">Additive Manufacturing MJF API Sample</a></td>
<td class="api-list"><p>Demonstrates how to automate the creation of an additive MJF manufacturing setup and arrange components within the build volume of a 3D printer.</p>
<p>To run the sample script, have a design with one or more components open in Fusion’s DESIGN workspace. This script will switch the UI from the DESIGN workspace to the MANUFACTURE workspace, create a new Manufacturing Model, and create an Additive Arrange using that manufacturing model as an input.</p>
<p>The setup will select an MJF 3D printer from Fusion’s machine library and a print setting from the print setting library. All components in the Manufacturing model will be automatically arranged within the build volume of the selected MJF machine.</p></td>
</tr>
</Table>
<h2 class="api">
Version
</h2>
Introduced in version July 2023<br><br><div id="CopyrightNotice" style="display:none;">
<hr>
<table width="100%" style="font-size:15">
<tr>
<td align="left">
© Copyright 2025 Autodesk, Inc.
</td>
<td align="right"><a href="mailto:mfg.api.help.comments@autodesk.com?subject=Fusion%20May 2025%20API%20Help%20(AdditivePlatformMachineElement%20Object%20Help%20Topic)">Comment on this page.</a></td>
</tr>
</table>
</div>
</body>
</html>