Struct XbimCartesianPoint3D
  
  
  
  
  
    Inherited Members
    
      System.ValueType.Equals(System.Object)
    
    
      System.ValueType.GetHashCode()
    
    
      System.ValueType.ToString()
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
   
  
  Assembly: Xbim.Tessellator.dll
  Syntax
  
    public struct XbimCartesianPoint3D : IIfcCartesianPoint, IIfcPoint, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcPointOrVertexPoint, IIfcPointOrVertexPoint, IPersistEntity, IfcTrimmingSelect, IIfcTrimmingSelect, IExpressSelectType, IPersist
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  XbimCartesianPoint3D(Double, Double, Double)
  
  
  Declaration
  
    public XbimCartesianPoint3D(double x, double y, double z)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Double | x |  | 
      
        | System.Double | y |  | 
      
        | System.Double | z |  | 
    
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Activated
  
  
  Declaration
  
    public readonly bool Activated { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Coordinates
  
  
  Declaration
  
    public readonly IItemSet<IfcLengthMeasure> Coordinates { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Dim
  
  
  Declaration
  
    public readonly IfcDimensionCount Dim { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  EntityLabel
  
  
  Declaration
  
    public readonly int EntityLabel { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ExpressType
  
  
  Declaration
  
    public readonly ExpressType ExpressType { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  LayerAssignment
  
  
  Declaration
  
    public readonly IEnumerable<IIfcPresentationLayerAssignment> LayerAssignment { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Model
  
  
  Declaration
  
    public readonly IModel Model { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ModelOf
  
  
  Declaration
  
    public readonly IModel ModelOf { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  StyledByItem
  
  
  Declaration
  
    public readonly IEnumerable<IIfcStyledItem> StyledByItem { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Collections.Generic.IEnumerable<IIfcStyledItem> |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  X
  
  
  Declaration
  
    public double X { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Y
  
  
  Declaration
  
    public double Y { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Z
  
  
  Declaration
  
    public double Z { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  | 
    
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Parse(Int32, IPropertyValue, Int32[])
  
  
  Declaration
  
    public void Parse(int propIndex, IPropertyValue value, int[] nested)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Int32 | propIndex |  | 
      
        | IPropertyValue | value |  | 
      
        | System.Int32[] | nested |  | 
    
  
  Implements