Bumped core to 2.15.1 stable
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -1525,6 +1525,11 @@
|
||||
<param name="logConfiguration">Input configuration object.</param>
|
||||
<returns>Logger instance</returns>
|
||||
</member>
|
||||
<member name="T:Speckle.Core.Logging.SpeckleNonUserFacingException">
|
||||
<summary>
|
||||
These are exceptions who's message is not user friendly
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Speckle.Core.Models.DetachProperty">
|
||||
<summary>
|
||||
<para>Flags an object's property as being detachable.</para>
|
||||
@@ -2013,7 +2018,7 @@
|
||||
Traverses until finds a convertable object then HALTS deeper traversal
|
||||
</summary>
|
||||
<remarks>
|
||||
Current <see cref="!:Objects.Converter.Revit.ConverterRevit"/> does traversal,
|
||||
Current <see cref="!:Converter<TInput,TOutput>.Revit.ConverterRevit"/> does traversal,
|
||||
so this traversal is a shallow traversal for directly convertable objects,
|
||||
and a deep traversal for all other types
|
||||
</remarks>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -1874,21 +1874,9 @@
|
||||
<member name="M:Objects.ObjectsKit.LoadConverter(System.String)">
|
||||
<inheritdoc/>
|
||||
</member>
|
||||
<member name="T:Objects.Organization.Model">
|
||||
<summary>
|
||||
Represents a model from an authoring application and can be used as the root commit object when sending.
|
||||
It contains <see cref="T:Objects.Organization.ModelInfo"/> and <see cref="T:Objects.Organization.Setting"/> objects
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Objects.Organization.Model.info">
|
||||
<summary>
|
||||
General model-wide information stored in a <see cref="T:Objects.Organization.ModelInfo"/> object.
|
||||
This may include anything from simply a project / file name to specific location information (eg with <see cref="T:Objects.Organization.BIMModelInfo"/>)
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Objects.Organization.ModelInfo">
|
||||
<summary>
|
||||
Basic model info class to be attached to the <see cref="P:Objects.Organization.Model.info"/> field on a <see cref="T:Objects.Organization.Model"/> object.
|
||||
Basic model info class to be attached to the <see cref="!:Model.info"/> field on a <see cref="!:Model"/> object.
|
||||
It contains general information about the model and can be extended or subclassed to include more application-specific
|
||||
information.
|
||||
</summary>
|
||||
@@ -1905,7 +1893,7 @@
|
||||
</member>
|
||||
<member name="T:Objects.Organization.BIMModelInfo">
|
||||
<summary>
|
||||
Extended <see cref="T:Objects.Organization.ModelInfo"/> to be attached to the <see cref="P:Objects.Organization.Model.info"/> field on a <see cref="T:Objects.Organization.Model"/> object.
|
||||
Extended <see cref="T:Objects.Organization.ModelInfo"/> to be attached to the <see cref="!:Model.info"/> field on a <see cref="!:Model"/> object.
|
||||
This contains additional properties applicable to AEC projects.
|
||||
</summary>
|
||||
</member>
|
||||
@@ -1949,16 +1937,6 @@
|
||||
A list of origin locations within this model as a list of <see cref="T:Objects.Other.Transform"/>s
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Objects.Organization.Setting.name">
|
||||
<summary>
|
||||
The name of the setting
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Objects.Organization.Setting.selection">
|
||||
<summary>
|
||||
The objects selected in the setting
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Objects.Other.BlockDefinition">
|
||||
<summary>
|
||||
Block definition class
|
||||
|
||||
Reference in New Issue
Block a user