Autodesk.Revit.DB.BRepBuilderGeometryId
是一个表示可用于BRep构建的几何体的id的类。
public BRepBuilderGeometryId();
BRepBuilderGeometryId()
:创建一个新的BRepBuilderGeometryId
实例。public int Id { get; }
Id
:获取此id的值。public override bool Equals(object obj);
Equals(Object)
:确定指定的对象是否等于当前对象实例。public override int GetHashCode();
GetHashCode()
:获取当前对象实例的哈希码。public override string ToString();
ToString()
:返回表示当前对象实例的字符串。