Class IfcCartesianPoint
Inheritance
System.Object
IfcCartesianPoint
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
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
|
Improve this Doc
View Source
Dim
Declaration
[EntityAttribute(0, EntityAttributeState.Derived, EntityAttributeType.None, EntityAttributeType.None, null, null, 0)]
public IfcDimensionCount Dim { get; }
Property Value
|
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
Returns
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Equals(IfcCartesianPoint)
Declaration
public bool Equals(IfcCartesianPoint other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsEqual(IfcCartesianPoint, Double)
Declaration
public bool IsEqual(IfcCartesianPoint p, double tolerance)
Parameters
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
|
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
|
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
Returns
Type |
Description |
System.Boolean |
true if the clause is satisfied.
|
|
Improve this Doc
View Source
XbimPoint3D()
Declaration
public XbimPoint3D XbimPoint3D()
Returns
|
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
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>