Search Results for

    Show / Hide Table of Contents

    Interface IIfcCartesianPoint

    Readonly interface for IfcCartesianPoint

    Inherited Members
    IIfcRepresentationItem.LayerAssignment
    IIfcRepresentationItem.StyledByItem
    IfcGeometricSetSelect.Dim
    IPersistEntity.EntityLabel
    IPersistEntity.Model
    IPersistEntity.Activated
    IPersistEntity.ExpressType
    IPersistEntity.ModelOf
    IPersist.Parse(Int32, IPropertyValue, Int32[])
    Namespace: Xbim.Ifc4.Interfaces
    Assembly: Xbim.Ifc4.dll
    Syntax
    public interface IIfcCartesianPoint : IIfcPoint, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcPointOrVertexPoint, IIfcPointOrVertexPoint, IPersistEntity, IfcTrimmingSelect, IIfcTrimmingSelect, IExpressSelectType, IPersist

    Properties

    | Improve this Doc View Source

    Coordinates

    Declaration
    IItemSet<IfcLengthMeasure> Coordinates { get; }
    Property Value
    Type Description
    IItemSet<IfcLengthMeasure>
    | Improve this Doc View Source

    X

    Declaration
    double X { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Y

    Declaration
    double Y { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Z

    Declaration
    double Z { get; }
    Property Value
    Type Description
    System.Double
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim