Search Results for

    Show / Hide Table of Contents

    Class IfcCartesianPoint

    Inheritance
    System.Object
    PersistEntity
    IfcRepresentationItem
    IfcGeometricRepresentationItem
    IfcPoint
    IfcCartesianPoint
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRepresentationItem>
    System.IEquatable<IfcGeometricRepresentationItem>
    System.IEquatable<IfcPoint>
    IInstantiableEntity
    IIfcCartesianPoint
    IIfcPoint
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IfcGeometricSetSelect
    IIfcGeometricSetSelect
    IfcPointOrVertexPoint
    IIfcPointOrVertexPoint
    IPersistEntity
    IfcTrimmingSelect
    IIfcTrimmingSelect
    IExpressSelectType
    IPersist
    System.IEquatable<IfcCartesianPoint>
    IExpressValidatable
    Inherited Members
    IfcPoint.Equals(IfcPoint)
    IfcPoint.IfcGeometricSetSelect.Dim
    IfcGeometricRepresentationItem.Equals(IfcGeometricRepresentationItem)
    IfcRepresentationItem.IIfcRepresentationItem.LayerAssignment
    IfcRepresentationItem.IIfcRepresentationItem.StyledByItem
    IfcRepresentationItem.LayerAssignment
    IfcRepresentationItem.StyledByItem
    IfcRepresentationItem.Equals(IfcRepresentationItem)
    PersistEntity._activated
    PersistEntity.Activate()
    PersistEntity.NotifyPropertyChanged(String)
    PersistEntity.SetValue<TProperty>(Action<TProperty>, TProperty, TProperty, String, Int32)
    PersistEntity.Equals(Object)
    PersistEntity.GetHashCode()
    PersistEntity.ToString()
    PersistEntity.EntityLabel
    PersistEntity.Model
    PersistEntity.ModelOf
    PersistEntity.IPersistEntity.Activated
    PersistEntity.IPersistEntity.ExpressType
    PersistEntity.PropertyChanged
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Xbim.Ifc4.GeometryResource
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcCartesianPoint", 410)]
    public class IfcCartesianPoint : IfcPoint, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IEquatable<IfcPoint>, IInstantiableEntity, IIfcCartesianPoint, IIfcPoint, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcPointOrVertexPoint, IIfcPointOrVertexPoint, IPersistEntity, IfcTrimmingSelect, IIfcTrimmingSelect, IExpressSelectType, IPersist, IEquatable<IfcCartesianPoint>, IExpressValidatable

    Properties

    | Improve this Doc View Source

    Coordinates

    Declaration
    [EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.List, EntityAttributeType.None, new int[]{1}, new int[]{3}, 3)]
    public IItemSet<IfcLengthMeasure> Coordinates { get; }
    Property Value
    Type Description
    IItemSet<IfcLengthMeasure>
    | Improve this Doc View Source

    Dim

    Declaration
    [EntityAttribute(0, EntityAttributeState.Derived, EntityAttributeType.None, EntityAttributeType.None, null, null, 0)]
    public IfcDimensionCount Dim { get; }
    Property Value
    Type Description
    IfcDimensionCount
    | 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

    DistanceSquared(IfcCartesianPoint)

    Declaration
    public double DistanceSquared(IfcCartesianPoint p)
    Parameters
    Type Name Description
    IfcCartesianPoint p
    Returns
    Type Description
    System.Double
    | Improve this Doc View Source

    Equals(IfcCartesianPoint)

    Declaration
    public bool Equals(IfcCartesianPoint other)
    Parameters
    Type Name Description
    IfcCartesianPoint other
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEqual(IfcCartesianPoint, Double)

    Declaration
    public bool IsEqual(IfcCartesianPoint p, double tolerance)
    Parameters
    Type Name Description
    IfcCartesianPoint p
    System.Double tolerance
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Parse(Int32, IPropertyValue, Int32[])

    Declaration
    public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
    Parameters
    Type Name Description
    System.Int32 propIndex
    IPropertyValue value
    System.Int32[] nestedIndex
    Overrides
    IfcPoint.Parse(Int32, IPropertyValue, Int32[])
    | Improve this Doc View Source

    SetXY(Double, Double)

    Declaration
    public void SetXY(double x, double y)
    Parameters
    Type Name Description
    System.Double x
    System.Double y
    | Improve this Doc View Source

    SetXYZ(Double, Double, Double)

    Declaration
    public void SetXYZ(double x, double y, double z)
    Parameters
    Type Name Description
    System.Double x
    System.Double y
    System.Double z
    | Improve this Doc View Source

    Validate()

    Declaration
    public virtual IEnumerable<ValidationResult> Validate()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ValidationResult>
    | Improve this Doc View Source

    ValidateClause(IfcCartesianPoint.IfcCartesianPointClause)

    Tests the express where-clause specified in param 'clause'

    Declaration
    public bool ValidateClause(IfcCartesianPoint.IfcCartesianPointClause clause)
    Parameters
    Type Name Description
    IfcCartesianPoint.IfcCartesianPointClause clause

    The express clause to test

    Returns
    Type Description
    System.Boolean

    true if the clause is satisfied.

    | Improve this Doc View Source

    XbimPoint3D()

    Declaration
    public XbimPoint3D XbimPoint3D()
    Returns
    Type Description
    XbimPoint3D
    | Improve this Doc View Source

    XYZ(out Double, out Double, out Double)

    Declaration
    public void XYZ(out double x, out double y, out double z)
    Parameters
    Type Name Description
    System.Double x
    System.Double y
    System.Double z

    Explicit Interface Implementations

    | Improve this Doc View Source

    IIfcCartesianPoint.Coordinates

    Declaration
    IItemSet<IfcLengthMeasure> IIfcCartesianPoint.Coordinates { get; }
    Returns
    Type Description
    IItemSet<IfcLengthMeasure>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    System.IEquatable<T>
    System.IEquatable<T>
    IInstantiableEntity
    IIfcCartesianPoint
    IIfcPoint
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IfcGeometricSetSelect
    IIfcGeometricSetSelect
    IfcPointOrVertexPoint
    IIfcPointOrVertexPoint
    IPersistEntity
    IfcTrimmingSelect
    IIfcTrimmingSelect
    IExpressSelectType
    IPersist
    System.IEquatable<T>
    IExpressValidatable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim