2025 Class Back to 2025
C

DirectShapeType

Version comparison

Members across versions

41 members across 9 versions · 32 added later · 4 changed

Member-name color: stable · changed · removed · obsolete · added later

Member 2020 2021 2022 2023 2024 2025 2025.3 2026 2027
M AddExternallyTaggedGeometry(ExternallyTaggedGeometryObject)
not yet introduced not yet introduced added same same same same same same
not yet introduced not yet introduced added same same same same same same
M AddReferenceCurve(Curve, DirectShapeReferenceOptions)
not yet introduced not yet introduced added same same same same same same
M AddReferencePlane(Plane, BoundingBoxUV)
not yet introduced not yet introduced added same same same same same same
M AddReferencePlane(Plane, DirectShapeReferenceOptions)
not yet introduced not yet introduced added same same same same same same
M AddReferencePlane(Plane, BoundingBoxUV, DirectShapeReferenceOptions)
not yet introduced not yet introduced added same same same same same same
not yet introduced not yet introduced added same same same same same same
M AddReferencePoint(XYZ, DirectShapeReferenceOptions)
not yet introduced not yet introduced added same same same same same same
not yet introduced not yet introduced added same same same same same same
M AppendShape(IList<GeometryObject>)
same same same same same same same same same
M AppendShape(ShapeBuilder)
same same same same same same same same same
M AppendShape(IList<GeometryObject>, DirectShapeTargetViewType)
same same same same same same same same same
M AreOptionsValid(DirectShapeTypeOptions)
not yet introduced added same same same same same same same
M AreValidDirectShapeReferenceOptions(DirectShapeReferenceOptions)
not yet introduced not yet introduced not yet introduced not yet introduced added same same same same
not yet introduced not yet introduced added same same same same same same
same same same same same same same same same
M Create(Document, String, ElementId)
same same same same same changed same same same
M Create(Document, String, ElementId, DirectShapeTypeOptions)
not yet introduced added same same same changed same same same
M GetExternallyTaggedGeometry(ExternalGeometryId)
not yet introduced not yet introduced added same same changed same same same
M GetExternallyTaggedReference(ExternalGeometryId)
not yet introduced not yet introduced not yet introduced not yet introduced added changed same same same
not yet introduced added same same same same same same same
M HasExternalGeometry(ExternalGeometryId)
not yet introduced not yet introduced added same same same same same same
M HasExternallyTaggedReference(ExternalGeometryId)
not yet introduced not yet introduced not yet introduced not yet introduced added same same same same
not yet introduced not yet introduced added same same same same same same
not yet introduced not yet introduced added same same same same same same
M IsValidShape(IList<GeometryObject>, DirectShapeTargetViewType)
same same same same same same same same same
M IsValidShape(IList<GeometryObject>)
same same same same same same same same same
M IsValidShape(ExternallyTaggedGeometryObject)
not yet introduced not yet introduced not yet introduced not yet introduced added same same same same
M IsValidUsage(ExternallyTaggedGeometryObject)
not yet introduced not yet introduced not yet introduced not yet introduced added same same same same
not yet introduced not yet introduced not yet introduced not yet introduced added same same same same
M RemoveExternallyTaggedGeometry(ExternalGeometryId)
not yet introduced not yet introduced added same same same same same same
M RemoveReferenceObject(ExternalGeometryId)
not yet introduced not yet introduced not yet introduced not yet introduced added same same same same
not yet introduced not yet introduced not yet introduced not yet introduced added same same same same
not yet introduced not yet introduced added same same same same same same
M SetFamilyName(String)
not yet introduced not yet introduced added same same same same same same
M SetOptions(DirectShapeTypeOptions)
not yet introduced added same same same same same same same
M SetShape(ShapeBuilder)
same same same same same same same same same
M SetShape(IList<GeometryObject>)
same same same same same same same same same
M SetShape(IList<GeometryObject>, DirectShapeTargetViewType)
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added same same same
M UpdateExternallyTaggedGeometry(ExternallyTaggedGeometryObject)
not yet introduced not yet introduced added same same same same same same
not yet introduced not yet introduced not yet introduced added same same same same same

Per-version detail

Click a version below to see what changed in that release vs your current frame (2025).
Identical to 2025: 2025.3, 2026, 2027
2025 current

Changes in 2020 vs 2025 32 missing 1 changed

Flip API Versions →

Missing in 2020 (only available in 2025)

Changed members

DirectShapeType.Create(Document, String, ElementId)
document Document Document to which the created element will be added. Must be a project document.
name String Name of the DirectShapeType.
categoryId ElementId Id of the category assigned to this DirectShapeType. Must be a valid category id.
→ returns DirectShapeType The new DirectShapeType.

Changes in 2021 vs 2025 28 missing 2 changed

Flip API Versions →

Missing in 2021 (only available in 2025)

Changed members

DirectShapeType.Create(Document, String, ElementId)
document Document Document to which the created element will be added. Must be a project document.
name String Name of the DirectShapeType.
categoryId ElementId Id of the category assigned to this DirectShapeType. Must be a valid category id.
→ returns DirectShapeType The new DirectShapeType.
DirectShapeType.Create(Document, String, ElementId, DirectShapeTypeOptions)
document Document Document to which the created element will be added.
name String Name of the DirectShapeType.
categoryId ElementId Id of the category assigned to this DirectShapeType. Must be a valid category id.
options DirectShapeTypeOptions Options that can be used to control the behavior of DirectShapeType being created.
→ returns DirectShapeType The new DirectShapeType.

Changes in 2022 vs 2025 10 missing 3 changed

Flip API Versions →

Missing in 2022 (only available in 2025)

Changed members

DirectShapeType.Create(Document, String, ElementId)
document Document Document to which the created element will be added. Must be a project document.
name String Name of the DirectShapeType.
categoryId ElementId Id of the category assigned to this DirectShapeType. Must be a valid category id.
→ returns DirectShapeType The new DirectShapeType.
DirectShapeType.Create(Document, String, ElementId, DirectShapeTypeOptions)
document Document Document to which the created element will be added.
name String Name of the DirectShapeType.
categoryId ElementId Id of the category assigned to this DirectShapeType. Must be a valid category id.
options DirectShapeTypeOptions Options that can be used to control the behavior of DirectShapeType being created.
→ returns DirectShapeType The new DirectShapeType.
DirectShapeType.GetExternallyTaggedGeometry(ExternalGeometryId)
externalId ExternalGeometryId The external ID of the externally tagged geometry that should be obtained.
→ returns nullNothingnullptrExternallyTaggedGeometryObject The externally tagged geometry. Or if there is no such externally tagged geometry in the DirectShapeType.

Changes in 2023 vs 2025 9 missing 3 changed

Flip API Versions →

Missing in 2023 (only available in 2025)

Changed members

DirectShapeType.Create(Document, String, ElementId)
document Document Document to which the created element will be added. Must be a project document.
name String Name of the DirectShapeType.
categoryId ElementId Id of the category assigned to this DirectShapeType. Must be a valid category id.
→ returns DirectShapeType The new DirectShapeType.
DirectShapeType.Create(Document, String, ElementId, DirectShapeTypeOptions)
document Document Document to which the created element will be added.
name String Name of the DirectShapeType.
categoryId ElementId Id of the category assigned to this DirectShapeType. Must be a valid category id.
options DirectShapeTypeOptions Options that can be used to control the behavior of DirectShapeType being created.
→ returns DirectShapeType The new DirectShapeType.
DirectShapeType.GetExternallyTaggedGeometry(ExternalGeometryId)
externalId ExternalGeometryId The external ID of the externally tagged geometry that should be obtained.
→ returns nullNothingnullptrExternallyTaggedGeometryObject The externally tagged geometry. Or if there is no such externally tagged geometry in the DirectShapeType.

Changes in 2024 vs 2025 1 missing 4 changed

Flip API Versions →

Missing in 2024 (only available in 2025)

Changed members

DirectShapeType.Create(Document, String, ElementId)
document Document Document to which the created element will be added. Must be a project document.
name String Name of the DirectShapeType.
categoryId ElementId Id of the category assigned to this DirectShapeType. Must be a valid category id.
→ returns DirectShapeType The new DirectShapeType.
DirectShapeType.Create(Document, String, ElementId, DirectShapeTypeOptions)
document Document Document to which the created element will be added.
name String Name of the DirectShapeType.
categoryId ElementId Id of the category assigned to this DirectShapeType. Must be a valid category id.
options DirectShapeTypeOptions Options that can be used to control the behavior of DirectShapeType being created.
→ returns DirectShapeType The new DirectShapeType.
DirectShapeType.GetExternallyTaggedGeometry(ExternalGeometryId)
externalId ExternalGeometryId The external ID of the externally tagged geometry that should be obtained.
→ returns nullNothingnullptrExternallyTaggedGeometryObject The externally tagged geometry. Or if there is no such externally tagged geometry in the DirectShapeType.
DirectShapeType.GetExternallyTaggedReference(ExternalGeometryId)
externalId ExternalGeometryId The ExternalGeometryId of the requested reference object.
→ returns nullNothingnullptrReference A Reference to the externally tagged reference GeometryObject having the provided external ID or if there is no reference geometry having the external ID.