IFCTypeInfo Members


The IFCTypeInfo type exposes the following members.

Constructors

Name Description
Public method IFCTypeInfo
Constructs a new empty type info object.

Methods

Name Description
Public method Dispose
Releases all resources used by the IFCTypeInfo
Public method Equals
Determines whether the specified Object is equal to the current Object .
(Inherited from Object .)
Public method Get2DMapHandle
Gets the associated handle to a 2D IfcRepresentationMap for the type.
Public method Get3DMapHandle
Gets the associated handle to a 3D IfcRepresentationMap for the type.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object .)
Public method GetStyle
Gets the associated handle to an IfcTypeProduct for the type.
Public method GetStyleTransform
Gets the transform between the coordinate system of the type and the coordinate system of the instance's location in the Revit model.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method IsValid
Identifies if the object represents a valid type info.
Public method Set2DMapHandle
Sets the associated handle to a 2D IfcRepresentationMap for the type.
Public method Set3DMapHandle
Sets the associated handle to a 3D IfcRepresentationMap for the type.
Public method SetStyle
Sets the associated handle to an IfcTypeProduct for the type.
Public method SetStyleTransform
Sets the transform between the coordinate system of the type and the coordinate system of the instance's location in the Revit model.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)

Properties

Name Description
Public property IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public property MaterialId
The material id associated with this type.
Public property ScaledArea
The area of the type's cross-section, scaled into the units of export.
Public property ScaledDepth
The depth of the type, scaled into the units of export.
Public property ScaledInnerPerimeter
The inner perimeter of the boundaries of the type's cross-section, scaled into the units of export.
Public property ScaledOuterPerimeter
The outer perimeter of the boundaries of the type's cross-section, scaled into the units of export.

See Also