Class IfcPlacementExtensions
Neds support for Grid Placements
Inheritance
System.Object
IfcPlacementExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc.Extensions
Assembly: Xbim.Ifc4.dll
Syntax
public static class IfcPlacementExtensions
Methods
| Improve this Doc View SourceToMatrix3D(IIfcAxis2Placement)
Converts a placement to a Matrix3D
Declaration
public static XbimMatrix3D ToMatrix3D(this IIfcAxis2Placement placement)
Parameters
Type | Name | Description |
---|---|---|
IIfcAxis2Placement | placement |
Returns
Type | Description |
---|---|
XbimMatrix3D |
ToMatrix3D(IIfcAxis2Placement2D)
Declaration
public static XbimMatrix3D ToMatrix3D(this IIfcAxis2Placement2D axis2)
Parameters
Type | Name | Description |
---|---|---|
IIfcAxis2Placement2D | axis2 |
Returns
Type | Description |
---|---|
XbimMatrix3D |
ToMatrix3D(IIfcAxis2Placement3D)
Converts an Axis2Placement3D to a XbimMatrix3D
Declaration
public static XbimMatrix3D ToMatrix3D(this IIfcAxis2Placement3D axis3)
Parameters
Type | Name | Description |
---|---|---|
IIfcAxis2Placement3D | axis3 |
Returns
Type | Description |
---|---|
XbimMatrix3D |
ToMatrix3D(IIfcObjectPlacement)
Declaration
public static XbimMatrix3D ToMatrix3D(this IIfcObjectPlacement objPlacement)
Parameters
Type | Name | Description |
---|---|---|
IIfcObjectPlacement | objPlacement |
Returns
Type | Description |
---|---|
XbimMatrix3D |
ToMatrix3D(IIfcPlacement)
Converts a placement to a Matrix3D
Declaration
public static XbimMatrix3D ToMatrix3D(this IIfcPlacement placement)
Parameters
Type | Name | Description |
---|---|---|
IIfcPlacement | placement |
Returns
Type | Description |
---|---|
XbimMatrix3D |
Z(IIfcObjectPlacement)
Declaration
public static double? Z(this IIfcObjectPlacement objPlacement)
Parameters
Type | Name | Description |
---|---|---|
IIfcObjectPlacement | objPlacement |
Returns
Type | Description |
---|---|
System.Nullable<System.Double> |