Replies: 1 comment
-
Hi, Thanks for reporting this. It seems that the constructors presently have an internal access modifier, so when Thanks, Jon |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone!
I‘m a little confused about the initialization of IfcCostItem.
And can it to be directed to assigned to process using IfcRelAssignsToControl?
#region Assembly GeometryGymIFC, Version=0.1.22.0, Culture=neutral, PublicKeyToken=null
#endregion
namespace GeometryGym.Ifc
{
public class IfcCostItem : IfcControl
{
public IfcCostItemTypeEnum PredefinedType { get; set; }
}
Beta Was this translation helpful? Give feedback.
All reactions