diff --git a/latest/_images/compas_cadwork.JPG b/latest/_images/compas_cadwork.JPG index 7076caa..f5db847 100644 Binary files a/latest/_images/compas_cadwork.JPG and b/latest/_images/compas_cadwork.JPG differ diff --git a/latest/_images/half_dome_trimmed.gif b/latest/_images/half_dome_trimmed.gif new file mode 100644 index 0000000..e35feab Binary files /dev/null and b/latest/_images/half_dome_trimmed.gif differ diff --git a/latest/api.html b/latest/api.html index f1be2c4..0aae485 100644 --- a/latest/api.html +++ b/latest/api.html @@ -60,7 +60,7 @@ - + @@ -476,8 +476,12 @@
Convert a compas.geometry.Point
to a cadwork point_3d object.
Convert a cadwork point_3d to a compas.geometry.Point
object.
Convert a compas.geometry.Vector
to a cadwork point_3d object.
Convert a cadwork point_3d to a compas.geometry.Point
obhect.
Bases: object
Anchor point of a cadwork measurement. There may me 2 or more anchor points in a measurement.
Creates a dimension object from an element.
Creates a dimension object from an element id.
This is an override of Element.from_id()
.
Returns a generator containing Element objects for all currently activated Elements
Returns a list of elements in contact with the current element
Returns the instruction ID of the Element
Bases: Element
Represents a cadwork dimension
Methods
diff --git a/latest/api/generated/compas_cadwork.datamodel.Dimension.is_beam.html b/latest/api/generated/compas_cadwork.datamodel.Dimension.is_beam.html index 442d465..f42f237 100644 --- a/latest/api/generated/compas_cadwork.datamodel.Dimension.is_beam.html +++ b/latest/api/generated/compas_cadwork.datamodel.Dimension.is_beam.html @@ -480,8 +480,12 @@Removes an attribute from the Element
Sets an attribute on the Element
Sets the is_instruction attribute on the Element
Translates the Element by the given vector.
Returns an Element object for the cadwork Element with the given ID
Returns a generator containing Element objects for all currently activated Elements
Returns a list of elements in contact with the current element
Returns the instruction ID of the Element
Bases: object
Represents a cadwork Element
Removes an attribute from the Element
Sets an attribute on the Element
Sets the is_instruction attribute on the Element
Translates the Element by the given vector.
Adds an Element to the Element Group
Bases: object
Represents a cadwork Element Group
Bases: IntEnum
CADWork Element Grouping Type
Converts the ElementGroupingType to a cadwork compatible value.