Printing3DComponent.Mesh 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置组件的 3D 网格。
public:
property Printing3DMesh ^ Mesh { Printing3DMesh ^ get(); void set(Printing3DMesh ^ value); };
Printing3DMesh Mesh();
void Mesh(Printing3DMesh value);
public Printing3DMesh Mesh { get; set; }
var printing3DMesh = printing3DComponent.mesh;
printing3DComponent.mesh = printing3DMesh;
Public Property Mesh As Printing3DMesh
属性值
组件的 3D 网格。