Exemplo n.º 1
0
 public FemaleStudModel()
 {
     ReplacementMeshes = new ElementCollection <ModelMeshReference>(this);
 }
Exemplo n.º 2
0
 public SurfaceComponent()
 {
     Meshes = new ElementCollection <ModelMeshReference>(this);
 }
Exemplo n.º 3
0
        //[System.Obsolete]
        //internal int ConnectionIndex { get; set; } = -1;

        public PartCullingModel()
        {
            ReferencedStuds = new ElementCollection <StudReference>(this);
        }