2023 Members
Changes 6
M

DesignToFabricationConverter

Name Return Type Description Inherited From
M Convert(ISet<ElementId>, Int32) DesignToFabricationConverterResult Converts the set of MEP design elements into fabrication parts.
M Dispose() None Releases all resources used by the DesignToFabricationConverter
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetConvertedFabricationParts() ISet<ElementId> Gets the set of element identifiers for newly created fabrication parts.
M GetConvertedFabricationPartsWithInvalidConnections() IDictionary Gets the collection of converted fabrication parts with invalid connections.
M GetDesignElementAndFabricationPartsWithDifferentOffsets() IDictionary Gets the collection of design elements that failed to convert and the associated set of fabrication parts with different offsets.
M GetDesignElementAndFabricationPartsWithOpenConnectors() IDictionary Gets the collection of design elements that failed to convert and the associated set of fabrication parts with open connectors.
M GetElementsWithOpenConnector() ISet<ElementId> Gets the set of fabrication part or MEP design element identifiers with open connectors, caused by fittings failing to convert.
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetPartialConvertFailureResults() IList<PartialFailureResults> Gets the partial failure results.
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M SetMapForFamilySymbolToFabricationPartType(IDictionary<ElementId, ElementId>) DesignToFabricationMappingResult Set a map for the conversion of in line family symbols to similar fabrication part types.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.